/* Global Styles */

body {
	font: 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: #404040;
	line-height:20px;
	margin-top:0px;
	}
	
td {
	font:14px trebuchet ms, Arial, Helvetica, sans-serif;
	color: black;
	}

h1 {
	font: bold 18px trebuchet ms, Arial, Helvetica, sans-serif;
	color: #404040;
	}
	
h2 {
	font: 16px trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #404040;
	}		
	
a {
	font: bold 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: #404040;
	line-height:20px;
	margin-top:0px;
	text-decoration: underline;
	}
	
a:hover {
	color: #202020
	}

/* ID Styles */

#subHeader {
	font: Bold 18px trebuchet ms, arial, Helvetica, sans-serif;
	text-align:left;
	color: #404040;
	line-height: 40px;
	margin-top: 0px;
	}

#bodyText {
	font: 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: #404040;
	line-height:20px;
	margin-top:0px;
	}

#bodyText a {
	font: bold 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: #404040;
	line-height:20px;
	margin-top:0px;
	text-decoration: underline;
	}
	
#bodyText a:hover {
	color: #202020
	}

#navigation td {
	}
	
#navigation a {
	font: bold 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: #404040;
	background: white;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: white;
	color: #202020;
	text-decoration: underline;
	}

#subMenu td {
	font: bold 11px trebuchet ms,arial, Helvetica, sans-serif;
	}
	
#subMenu a {
	font: bold 11px trebuchet ms, arial, Helvetica, sans-serif;
	color: white;
	background: #78C2EB;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#subMenu a:hover {
	background: #78C2EB;
	color: #4453b4;
	}	
	
#footerText {
	font: 12px trebuchet ms, arial, Helvetica, sans-serif;
	color: white;
	line-height:20px;
	margin-top:3px;
	}

#footerText a {
	font: 14px trebuchet ms, arial, Helvetica, sans-serif;
	color: white;
	line-height:20px;
	margin-top:0px;
	text-decoration: underline;
	}
	
#footerText a:hover {
	color: #4453b4
	}
	
#headText {
	font: 12px trebuchet ms, arial, Helvetica, sans-serif;
	color: white;
	background: #118f32;
	line-height:3px;
	margin-top:3px;
	}

	
/* Class Styles */
	


	
.menuText td {
	}
	
.menuText a {
	font: bold 14px trebuchet ms,arial, Helvetica, sans-serif;
	color: #118f32;
	background: #b4d8bc;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
.menuText a:hover {
	background: #118f32;
	color: #b4d8bc;
	}
