table.dtTABLE
	{
	width: 564px; /* Forces tables to have correct right margin */
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /* Text in Table is same size as text outside table */
	}
table.dtTABLE th, table.dtTABLE td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: center;
	}
table.dtTABLE th	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	vertical-align: bottom;
	border-width: 1px 0px 1px 1px;
	font-size: 10px;
	}
table.dtTABLE td	
	{
	background: #f5f5f5;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	}
.super
	{
	font-weight: normal;
	size: xx-small;
	vertical-align: top;
	color: black;
	}