.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #FFFFFF;
}
.baselinetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3FAEDE;
	font-weight: lighter;
}
.topbartxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B2877;
	font-weight: lighter;
}
.bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2B2877;
	font-weight: bold;
	line-height: 20px;
}
.bigorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	line-height: 20px;
}
.biglightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0094D3;
	font-weight: bold;
	line-height: 20px;
}

.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2877;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2877;
	font-weight: bold;
}
.blueboldspc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2877;
	font-weight: bold;
	line-height: 20px;
}
.orangebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
a:link {
	color: #2B2877;
	text-decoration: none;
}
a:visited {
    color: #2B2877;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00A6EB;
}
a:active {
	text-decoration: none;
