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

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

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	padding: 30px;
}
.mainText a { color: #333333; text-decoration: underline; }
.mainText a:hover { color: #006699; text-decoration: underline; }
.mainText a:fade { color: #006699; text-decoration: underline; }

.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	line-height: 18px;
}
.smallLink a { color: #006699; text-decoration: underline; }
.smallLink a:hover { color: #996600; text-decoration: underline; }
.smallLink a:fade { color: #996600; text-decoration: underline; }

.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.newsText a { color: #333333; text-decoration: none; }
.newsText a:hover { color: #006699; text-decoration: none; }
.newsText a:fade { color: #006699; text-decoration: none; }

.testimonialSig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	line-height: 16px;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006699;
	line-height: 30px;
}
.subHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #996600;
	line-height: 21px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 18px;
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 10px;
}
.footer a { color: #336699; text-decoration: underline; }
.footer a:hover { color: #333333; text-decoration: underline; }
.footer a:fade { color: #333333; text-decoration: underline; }

img.picRight { margin-left: 10px; margin-bottom: 10px; }
