/* CSS Document */

body {
	background-color:#fff;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.topBorder {
	border-top:3px solid #3399cc;
	/*padding-top:5px;*/
	}

.topBorderMin {
	border-top:1px solid #3399cc;
	padding-top:3px;
	}

.field {font-weight:bold;}

.required {font-weight:bold; font-size:14px; color:#77b6e3;}

.title {
	font-weight:bold;
	font-size:18px;
	}

.subTitle {
	font-weight:bold;
	font-size:12px;
	}

.faqQuestion {
	font-weight:bold;
	}
	
.alert {
	font-weight:bold;
	color:#990000;
	}
	
.footer {
	font-weight:bold; 
	font-size:11px;
	}

a:link, a.navLink:link,  
a:active, a.navLink:active,  
a:visited, a.navLink:visited {
	font-weight:bold;
	color:#333399;
	font-size:11px;
	text-decoration:none;
	}

a:hover, a.navLink:hover, a.navLinkHL {
	font-weight:bold;
	color: #3399cc;
	font-size:11px;
	text-decoration:none;
	}	
	
a.footerLink:link, a.footerLink:visited, a.footerLink:active {
	font-weight:normal;
	color:#333399;
	font-size:11px;
	text-decoration:none;
}

a.footerLink:hover {
	color: #000000;
	font-weight:normal;
}

.footerLink {
	font-weight:normal;
	}	