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

.body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;
}

a.body:link {	color:#000; text-decoration:none;}
a.body:visited {	color:#000; text-decoration:none;}
a.body:hover { color:#059FF6}
a.body:active {  color: #059FF6}

.bodyBold {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #053A81;
}

.bodyBoldLink {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}

a.bodyBoldLink:link {	color:#000; }
a.bodyBoldLink:visited {	color:#000; }
a.bodyBoldLink:hover { color:#059FF6}
a.bodyBoldLink:active {  color: #059FF6}

.BoldHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:18px;
}

.bodyIntro {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	line-height: 22px;
}

.bullets {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 8px;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666;
}

a.copyright:link {	color:#666; text-decoration:none;}
a.copyright:visited {	color:#666; text-decoration:none;}
a.copyright:hover { color:#059FF6}
a.copyright:active {  color: #059FF6}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #053A81;
}

a.navigation:link {	color:#053A81; text-decoration:none;}
a.navigation:visited {	color:#053A81; text-decoration:none;}
a.navigation:hover { color:#059FF6}
a.navigation:active { color: #059FF6;
}

.redtype {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: right;
}

a.redtype:link {	color:#F00; text-decoration:none;}
a.redtype:visited {	color:#F00; text-decoration:none;}
a.redtype:hover { color:#059FF6}
a.redtype:active {  color: #059FF6}

.topNav{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

a.topNav:link {	color:#666; text-decoration:none;}
a.topNav:visited {	color:#666; text-decoration:none;}
a.topNav:hover { color:#059FF6}
a.topNav:active {  color: #059FF6}

.topNavBold {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #053A81;
}

a.topNavBold:link {	color:#053A81; text-decoration:none;}
a.topNavBold:visited {	color:#053A81; text-decoration:none;}
a.topNavBold:hover { color:#059FF6}
a.topNavBold:active {  color: #059FF6}


.whitebody {
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.whitebodyBold {
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

