.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;	
}
.titlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D31820;
	font-weight: bold;	
}
.subtitlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D31820;
	font-weight: bold;	
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;	
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodyboldu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D31820;
	font-weight: bold;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A82AF;
	font-weight: bold;
}
.whitetext10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.homebluelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4D5F4;
}
.redbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D31820;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;	
}
.homeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #4A82AF;
}
a:visited {
	text-decoration: none;
	color: #4A82AF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #4A82AF;
}
a.und:link {
	text-decoration: underline;
	color: #4A82AF;
}
a.und:visited {
	text-decoration: underline;
	color: #4A82AF;
}
a.und:hover {
	text-decoration: none;
	color: #000000;
}
a.und:active {
	text-decoration: underline;
	color: #4A82AF;
}