<html><body><p>/* styles for two column tables not related to reports */
#aggregateTable{
	width:100%;
	font-size:1em;
	padding:0;
	border:0;
	border-style:none none none none;
}

#aggregateTable .tableHeaderRow, #aggregateTable .totalRow{
	background-color:#084239;
	color:white;
	font-weight:bold;	
/* (if using other CDC mandated color schemes)
	background-color:#9ecfc0;

*/
}

#aggregateTable th.tableHeaderLeft, #aggregateTable .tableCellLeft, #aggregateTable .tableCellLeft15{
	text-align:left;	
}

#aggregateTable .tableHeaderCenter, #aggregateTable .tableCellCenter{
	text-align:center;	
}

#aggregateTable .tableHeaderRight, #aggregateTable .tableCellRight{
	text-align:right;	
}

#aggregateTable .tableCellLeft, #aggregateTable .tableCellCenter, #aggregateTable .tableCellRight, #aggregateTable .tableCellLeft15{
	font-weight:normal;	
	vertical-align:bottom;	
	border-width:1px;
	border-color:white white silver white;
	border-style:none none dotted none;
}

#aggregateTable .tableHeaderLeft, #aggregateTable .tableHeaderCenter, #aggregateTable .tableHeaderRight{
	border:0px;
	border-style:none none none none;
	text-decoration:underline;
	vertical-align:bottom;	
}

#aggregateTable th.tableCellLeft15{
	padding-left: 15px;
}
</p></body></html>