#results {
	background-color:#000000;
}	

.results-header-teams {
	width:165px;
	background-color:#3C5AA0;
		font-size:7pt;
		color:#ffffff;
		font-weight:bold;

}	
.results-header-played {
	color:#FFFFFF;
	background-color:#3C5AA0;
	width:35px;
	font-size:7pt;
	text-align:center;
}	

.results-header-points {
	color:#FFFFFF;
	background-color:#3C5AA0;
	width:35px;
	font-size:7pt;
	text-align:center;
}	

.results-div {
	color:#FFFFFF;
	background-color:#3C5AA0;
	font-size:7pt;
}



.results-teams	{
	width:165px;
	background-color:#FFFFFF;
	padding-left:5px;
	text-align:left;
	font-size:8pt;
}	

.results-teams a:link {
	color:#3C5AA0;
	text-decoration:none;
	font-size:8pt;
}	
.results-teams a:visited {
	color:#3C5AA0;
	text-decoration:none;
	font-size:8pt;
}	
.results-teams a:hover {
	color:#FC0000;
	text-decoration:none;
	font-size:8pt;
}	
.results-played {
	width:35px;
	background-color:#FFFFFF;
	text-align:center;
	font-size:8pt;
}	
.results-points {
	width:35px;
	background-color:#FFFFFF;
	text-align:center;
	font-size:8pt;
}	
.results-fleet {
	background-color:#C00000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
}


.results-updated {
	background-color:#3C5AA0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
}

