A:link {
	color: red;
	text-decoration: none
}

A:visited {
	color: red;
	text-decoration: none
}

A:active {
	color: red;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: underline;
}

.TD {
	font-size: 10pt;
	font-family : Tahoma, Arial;
	color : #000000;
}

P {
	font-size:10pt;
	font-family : Tahoma, Arial;
	font-weight : normal;
	color : #000000;
}

.head1 {
	font-size: 13pt;
	font-family : Verdana, Tahoma, Arial;
	font-weight : Bold;
	color : #800000;
}

.head2 {
	font-size: 11pt;
	font-family : Verdana, Tahoma, Arial;
	font-weight: Bold;
	color : #800000;
}

.bodfont {
	font-size: 10pt;
	font-family : Tahoma, Arial;
	color : #000000;
}

.winscore {
	font-size: 10pt;
	font-family : Tahoma, Arial;
	font-weight: Bold;
	color : #800000;
}

.tablehead {
	font-size: 10pt;
	font-family : Tahoma, Arial;
	font-weight : Bold;
	color : white;
}

.events {
	font-size: 10pt;
	font-family : Tahoma, Arial;
	color : white;
	visibility : hidden;
	filter : revealtrans(duration=2);
}

.news{
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : #5C7B8E;
}

.footer{
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : #000000;
}

.top-menu{
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : #000000;
}

.schedule-head {
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : white;
}

.caption {
	padding : 5px;
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : white;
}

.schedule {
	background-color: #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#cccccc, EndColorStr=#ffffff);
	font-size: 8pt;
	font-family : Tahoma, Arial;
	color : #000000;
}

.fancy-table-body { 
	padding:9px; 
	background-color: #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#cccccc, EndColorStr=#ffffff);
	font-size: 10pt;
	font-family : Tahoma, Arial;
	color : black; 	
}

.fancy-table-top { 
	background-color: #5c7b8e; 
	font-size: 10pt;
	font-family : Tahoma, Arial;
	font-weight : Normal;
	color : white; 
	text-align:center	
}

.combo-box-header { 
	padding : 10px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType="1", StartColorStr="#ffffff", EndColorStr="#5c7b8e");
	background-color: #5c7b8e;
	font-size: 10pt;
	font-weight: Bold;
	font-family : Tahoma, Arial;
	color : white; 
	text-align : right;	
}

.gradient-header { 
	padding : 7px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType="1", StartColorStr="#5c7b8e", EndColorStr="#ffffff");
	background-color: #5c7b8e;
	font-size: 10pt;
	font-weight: Bold;
	font-family : Tahoma, Arial;
	color : white; 
	text-align : right;	
}

BODY {
 scrollbar-base-color: #000000;
 scrollbar-track-color: #191919;
 scrollbar-face-color: #5C7B8E;
 scrollbar-highlight-color: #FF0000;
 scrollbar-3dlight-color: #FF0000;
 scrollbar-darkshadow-color: #191919;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #FFFFFF;
 }