/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #003082;
	text-decoration:underline;
	font-weight:normal;
	}	
	
a:hover {
	color: #0099FF;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing: 2px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #99CCFF;
	font-weight: bold;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#noborder td {
	border: 0px;
	}

		
	

/* Class Styles */


.smallText {
	color: #003082;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 9px;
	}


.pageHeader {
	color: #003082;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
.bodyText {
	color:#000000;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.homeText {
	color:#000000;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.homeText a{
	text-decoration: underline;
	}
	
.navText a{
	color: #010027;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
.navText a:hover{
	color: #003082;
	text-decoration: underline;

	}

.whiteText2 {
	line-height:15pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	letter-spacing: 0px;
	}
	
.whiteText {
	line-height:12pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	letter-spacing: 0px;
	}
	
.whiteText a{
	text-decoration: underline;
	color:#FFFFFF;
	}
