@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: none;
	background-color: #036;	
}


.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	color: #003;
}	


.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 120%;
	text-align: left;
	vertical-align: middle;
}
.link-two {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.footer {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.bodylink-bg {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #069;
	line-height: 120%;
	font-weight: bold;
	color: #FFF;
}
.bodylink-line-high {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #069;
	line-height: 160%;
	font-weight: bold;
	color: #FFF;
}

.h1-section {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #069;
	line-height: 100%;
	text-decoration: none;
}
.h2-page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 100%;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #069;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	color: #FF0;
	text-decoration: none;
	
