.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #FFFFFF;
}
.footerline {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.sidebarline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #6fbe45;
	font-weight: normal;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.bodywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #002a5c;
	font-style: italic;
}
.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #002a5c;
}
.facts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #002a5e;
}
.boldyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #f9c839;
}
.homebox {
	background-color: #002a5c;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}

/* Form Tag Styles */
/* this style is applied to any inputs that fail validation */
.form_error {
	background: url(/images/inputWarningBkgnd.png) bottom repeat-x;
}
/* this style is automatically applied to all inputs in the form except radio & checkboxes */
.form_input {
	border: 1px solid #909090;
	padding: 2px;
}
.formsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002a5c;
	background-color: #6fbe45;
	background-position: center center;
}
.formunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffff99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.verticalline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #002a5c;
}
