/* CSS Document */

body {
	background-color: #DA2028;
}
a {
	font-size: 11px;
	color: #DA2028;
	
}
a:link {
	text-decoration: none;
	color: #DA2028;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #DA2028;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


	
a.topnav {
	text-decoration: none;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
		}
	
	a.topnav:hover{
	text-decoration: none;
		color: #000000;

}

a.topnav:visited{
	text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;

}


a.subnav {
	font-size:10px;
	color: #666666;
	font-weight: normal;
		}
	
	a.subnav:hover{
	font-size:10px;
	text-decoration: none;
		color: #000000;
		font-weight: normal;

}
    a.subnav:visited{
	font-size:10px;
	text-decoration: none;
		color: #666666;
		font-weight: normal;
		}



a.subnavhome {
	font-size:10px;
	color: #000000;
	font-weight: normal;
		}
		a.subnavhome:hover{
	font-size:10px;
	text-decoration: none;
		color: #000000;
		font-weight: normal;

}
    a.subnavhome:visited{
	font-size:10px;
	text-decoration: none;
		color: #000000;
		font-weight: normal;
		}
		

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #D81142;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFFFFF;
}