.colHead4 a:active #Team {
	color: Lime;
	text-decoration: underline;
}
.colHead4 a:link #Team {
	color: white;
	text-decoration: underline;
}
.colHead4 a:visited #Team {
	color: Fuschia;
	text-decoration: underline;
}
.pageTitle #Team {
	color : black;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.title #Team {
	color : black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.gameInfo #Team {
	color : Navy;
	font-size : 11px;
	font-family : Arial;
	font-weight : bolder;
}
.label #Team {
	color : black;
	font-size : 8pt;
	font-family : verdana, arial;
	font-weight : bold;
}
.BlueLabel #Team {
	color : blue;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
}
.data #Team {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.dataTeam {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.dataXthru #Team {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	text-decoration : line-through;
}
.colHead  #Team {
	background-color: #006699;
	color : #FFFFFF;
	font-size : 11px;
	font-family : arail, verdana;
	font-weight : bold;
	padding-left: 4px;
	padding-top: 2px;	
	padding-right: 2px;	
	padding-bottom: 2px;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;		
	border-top : 1px solid white;	
	border-left : 1px solid white;		
}
.colHead2  #Team {
	background-color : black;
	color : white;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 8pt;
}
.colHead3 #Team {
    background-color : #DBDDD5;
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
} 
.colHead4 {
	background-color : #6B6B6B;
	color : white;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 11px;
}
.colHead5 #Team  {
	background-color : #C99CB0;
	color : black;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 11px;
}
a:link { color: blue; text-decoration: underline; }
a:visited { color: #004c7d; text-decoration: underline; }
a:active { color: green; text-decoration: underline; }
