body, p, td, th, div, blockquote, ul, ol, H1, H2, H3, H4, H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	
	}
h1 {  
	font-size: 17px; 
	font-weight: bold; 
	}

h2 {  
	font-size: 16px; 
	font-weight: bold;
	}

h3 {  
	font-size: 13px; 
	font-weight: bold;  
	}
	
h4 {  
	font-size: 12px; 
	font-weight: bold; 
	}

h5 {  
	font-size: 10px; 
	font-weight: bold; 
	}
h6 {
	font-size: 10px;
	font-weight: normal;
}	
	
.white {  
	color: #FFFFFF; 
	}
.red  {
	color: #ff0000;  
	}	
.italics {
	font-style: italic;
	}
.indent { 
	padding-left: 30px; 
	}
.caption {
	font-size: 10px;
	font-weight: bold;
	}
.captionMuted {
	font-size: 10px;
	font-weight: "normal";
	color: "9b8240";
	}
	
.footer {
	font-size: 10px;
	}
		
	
a:link {
	text-decoration: none;
	color: #0303de;
	}	
a:visited {
	text-decoration: none;
	color: #6464bb;
	}
a:hover {
	text-decoration: underline;
	}

#verticalnavHeader {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
#verticalnavHeader a {
	color: #fff;
	text-decoration: none;
	}
#verticalnavHeader a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#verticalnavHeader a:visited {
	color: #dee1e2;
	}
	
#verticalnav {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}
#verticalnav a {
	color: #000000;
	text-decoration: none;
	line-height: 140%;
	}
#verticalnav a:hover {
	color: #000000;
	text-decoration: underline;
	}	
	
#content{
	float: left;
    width: 75%;
}

#pagenav {
	font-size: 12px;
	}
#pagenav a {
	line-height: 150%;
	}
	
#pagenav a:visited {
	color: #6464bb;
	}

