table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #ffffff;
}

TD {
	font-size: 12px;
}

P {
	font-size: 12px;
}

TD.smaller {
	font-size: 11px;
	color : #ffffff;
}

P.smaller {
	font-size: 11px;
	color : #ffffff;
}

HR {
	color : #3399CC;
}


/*
	TABLE.cobtbl for the table.
	TD.cobhl for the cell highlights
	TD.cobll for the cell lowlights


.cobll input { 
	width: auto; 
	}
	*/
TABLE.cobtbl{
background-color: #666666;
color:#FFFFFF
}

TD.cobhl{
background-color: #333333;
color:#FFFFFF
}

TD.cobll{
background-color: #000000;
color : #ffffff;
}