.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	font-weight: bold;	
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
.whitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bluetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #037CBA;
	font-weight: bold;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #037CBA;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F3F3F;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3F3F3F;
}
a.bodytextbold:link {
	text-decoration: none;
	color: #3F3F3F;
}
a.bodytextbold:visited {
	text-decoration: none;
	color: #3F3F3F;
}
a.bodytextbold:hover {
	text-decoration: none;
	color: #037CBA;
}
a.bodytextbold:active {
	text-decoration: none;
	color: #3F3F3F;
}
a:link {
	text-decoration: underline;
	color: #037CBA;
}
a:visited {
	text-decoration: underline;
	color: #037CBA;
}
a:hover {
	text-decoration: none;
	color: #3F3F3F;
}
a:active {
	text-decoration: underline;
	color: #037CBA;
}