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;
	}
.footer {
	font-size: 10px;
	}
.pagetitle {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	}
	
.appendix {
	font-size: 14;
	font-weight: bold;
	color: #666666;
	}
	
a:link {
	text-decoration: none;
	color: #0303de;
	}	
a:visited {
	text-decoration: none;
	color: #5555FF;
	}
a:hover {
	text-decoration: underline;
	}
#tophorizontalnav {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}
#tophorizontalnav a {
	color: #000000;
	text-decoration: none;
	}
#tophorizontalnav a:visited {
	color: #000000;
	text-decoration: none;
	}
#tophorizontalnav a:hover {
	text-decoration: underline;
	}
	
#horizontalnav {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	}
#horizontalnav a {
	color: #FFFFFF;
	text-decoration: none;
	}
#horizontalnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#horizontalnav a:hover {
	text-decoration: underline;
	}
#verticalnavHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #9f3312 ;
	}
#verticalnavHeader a {
	color: #0000ff;
	text-decoration: none;
	}
#verticalnavHeader a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
	
#verticalnav {
	font-size: 11px;
	/*text-align: right;*/
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}
#verticalnav a {
	color: #000000;
	text-decoration: none;
	}
#verticalnav a:hover {
	color: #000000;
	text-decoration: underline;
	}	
	
#picklist td {
	height: 25px;
	margin: 3px;
	width: 200;
	background-color:#000066;
	border-bottom: 3px solid #aaaaaa;
	color: #FFFFFF;
	}
#picklist a:link, #picklist a:visited {
	color: #ffffff;
	background-color: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
#picklist a:hover {
	color: #ffffff;
	background-color: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	}
	
/*********** .linespace styles **************/
/* used for easily readable lists with      */
/* extra line spacing but not two lines     */
.linespace {
	line-height:140%;
}

.linespace ul {
	line-height: 140%;

	}

	
.linespace ol {
	}


.bluebullet {	
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/bluebullet.gif);
	}
	
ol {
	font-size: 12px;
	}
.bold {
	font-weight: bold;
	}	

	

