table.standings{
	background-color: #000000;
	border: none #000000 0px;
	width: 545px;
	border-collapse:  collapse;
}

table.confStandings{
	background-color: #777777;
	border: none #000000 0px;
	width: 545px;
	border-collapse:  collapse;
}

td.standingsHeader {
	background-color: #330000; 
	color: #CCCCCC; 
	font-size: 12pt;
	font-family: "Times New Roman";
	font-weight: bold; 
	padding: 2px;
}

td.standingsLabelHeader {
	background-color: #333333; 
	color: #000000; 
	border-style: none;
	font-size: 8.5pt;
	font-family: Tahoma;
	font-weight: bold; 
	padding: 3px;
}

td.standingsRow { 
	background-color: #999999;
	color: #000000;		
	border-style: none; 
	font-size: 9pt;
	font-family: Tahoma;
	font-weight: normal;
	padding: 3px;
}

td.standingsVerticalLine {
	background-color: #666666;
	border: groove #666666 1px;
	padding: 0px;
}

tr.standingsHorizontalLine {
	background-color: #CCCCCC;
	border: groove #CCCCCC 0px;
	padding: 0px;
}