/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #3B8734;
	text-decoration:none;
	font-weight:bold;
	}	
	
a:hover {
	color: #3B8734;
	text-decoration:underline;
	}
	
/* ID Styles */
	
	

/* Class Styles */


.smallText {
	color: #003082;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-size: 9px;
	}


.pageHeader {
	color: #003082;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	}
	
.subHeader {
	color: #003082;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	line-height: 17px;
	}
	
.bodyText {
	color:#000000;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
.formText {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	}
	
.quoteText {
	color:#333333;
	line-height:18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	}
	
.sideText {
	color:#000000;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}
	
.homeText {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

	
.navText {
	color: #FFFFFF;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	background-color: #004a8d;
	background-position: left center;
	letter-spacing: .1em;
	}
	
.navText a{
	color: #FFFFFF;
	}

.navText a:hover{
	text-decoration: underline;
	}
		
.whiteText {
	line-height:11pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	}
