table.figure 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 13px; 
	border-spacing: 1px;
	width: 98%;
}

table.figure thead tr,
table.figure tbody tr.total
{
	background-color: #6882A5;	
}

table.figure tbody tr.odd {
    background-color: #D8E4EB;
}

table.figure tbody tr.even {
    background-color: #B2C8D9;
}

table.figure thead td,
table.figure tbody tr.total td
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 13px; 
	font-weight: bold; 
	color: #ffffff; 
	background-position: center center; 
	padding: 2px 5px;
}

table.figure thead td
{
	height: 25px;
	font-size: 11px;
}

table.figure tbody tr.total td
{	
	height: 18px;
}

table.figure tbody td
{	 
	padding: 2px 5px;
	font-size: x-small;
	color: #333333;
	height: 15px;
}

table.figure td.col0  /* Pos. */
{
	width: 25px;
	text-align: center;
}

table.figure td.col1 /* Institution */
{
	width: 250px;
	text-align: left;
}

table.figure td.col2 /* Amt USD. */
{
	width: 90px;
	text-align: center;
}

table.figure td.col3, /* No. */
table.figure td.col4  /* % */ 
{
	width: 45px;
	text-align: center;
}