@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.subhead,h5 {
	
	font-size: 12px;
	font-weight: bold;
	color: #DB131D;
	margin-bottom: 5px;
	
}
.bigsubhead,h4 {
	
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #D71A21;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	
	font-size: 12px;
	font-weight: bold;
	color: #022742;
	text-decoration: underline;
}
a:visited {
	
	font-size: 12px;
	font-weight: bold;
	color: #022742;
	text-decoration: underline;
}
a:hover {
	
	font-size: 12px;
	font-weight: bold;
	color: #DB131D;
	text-decoration: underline;
}
a:active {
	
	font-size: 12px;
	font-weight: bold;
	color: #022742;
	text-decoration: underline;
}
a.footer:link {
	
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.footer:visited {
	
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.footer:hover {
	
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.footer:active {
	
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.smallwhite {
	
	font-size: 10px;
	color: #FFFFFF;
}
br{
	clear:left;
}