
#publishers table
{
	margin-left  : auto;
    margin-right : auto;

/*
	background-color : #FFEEAA;
    border-style  : inset;
    border-width  : 1px;
*/
}

#publishers tr
{   height : 20px;
	background-color : #FFEEAA;
}

#publishers th
{   font-size : 8pt;
	text-align : center;
	background-color : #EEEEAA;
}

#publishers td
{   vertical-align : top;
	text-align : center;
    padding-left : 10px;
}

#publishers td.name
{
	text-align : left;
}

#publishers td.term
{
	text-align : left;
	background-color : #EEEEAA;
}

