@charset "UTF-8";
a:link {
	font-family: helvetica;
	font-size: 11px;
	line-height: 25px;
	color: #00afef;
	text-decoration: none;
}
a:visited {
	font-family: helvetica;
	font-size: 11px;
	line-height: 25px;
	color: #00afef;
	text-decoration: none;
}
a:hover {
	font-family: helvetica;
	font-size: 11px;
	line-height: 25px;
	color: #71C264;
	text-decoration: underline;
}
.footertext {
	font-family: helvetica;
	font-size: 11px;
	line-height: 25px;
	color: #00afef;
}
.bodycopy {
	font-family: trebuchet, "Trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #9fcdf2;
}
.bodylarge {
	font-family: trebuchet, "Trebuchet MS";
	font-size: 22px;
	line-height: 28px;
	color: #9fcdf2;
}
.bodylargegreen {
	font-family: trebuchet, "Trebuchet MS";
	font-size: 22px;
	line-height: 28px;
	color: #6ABB6A;
}
.bodycopygreen {
	font-family: trebuchet, "Trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #72C168;
}
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
}
a.bodylinks:link {
	font-family: helvetica;
	font-size: 15px;
	line-height: 25px;
	color: #71C264;
	text-decoration: none;
}
a.bodylinks:visited {
	font-family: helvetica;
	font-size: 15px;
	line-height: 25px;
	color: #71C264;
	text-decoration: none;
}
a.bodylinks:hover {
	font-family: helvetica;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: underline;
}
.divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #96CAF4;
}

