.table 
{
	font-family:verdana;
	font-size:11px;
	color:black;
	
	border-width:0px;
	cellpadding=3;
	cellspacing=2;
}

.td_highlight_cell
{
	font-family:verdana;
	font-size:11px;
	color:004D70;
	
	font-weight:bold;
}

.td_cell
{
	font-family:verdana;
	font-size:11px;
	color:black;
	
	font-weight:normal;
}

.th_cell
{
	background-color:#AEC5DC;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana,arial;
	
}


