.Nav { isplay: block;
	   color:white;
	   padding: 4px 8px;
	   margin: 0;
	   text-decoration: none; 
	   text-align: left;
	   border-top: 1px solid white;
	   background-color: #023874}
	   
/*div.Nav A:visited {
		width:177px;
		isplay: block;
	   color:white;
	   padding: 4px 8px;
	   margin: 0;
	   text-decoration: none; 
	   text-align: left;
	   border-top: 1px solid white;
	   background-color: #096F4A}
				
div.Nav A:active {width:177px;
		isplay: block;
	   color:white;
	   padding: 4px 8px;
	   margin: 0;
	   text-align: left;
	   border-top: 1px solid white;
	   background-color: #023874;
	   text-decoration: underline}
			
div.Nav A:hover {width:177px;
		isplay: block;
	   color:white;
	   padding: 4px 8px;
	   margin: 0;
	   text-decoration: none; 
	   text-align: left;
	   border-top: 1px solid white;
	   background-color: #00704A}*/

A:link { color:#044184; text-decoration:none }    /* unvisited link */
A:visited { color:#044184; text-decoration:none } /* visited links */
A:active { color:#000000; text-decoration:underline }  /* active links */
A:hover { color:#000000; text-decoration:underline }   /* active links */

BODY {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #000000;
  line-height: 140%;
}

BLOCKQUOTE {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #5D5D5D;
}

TEXTAREA {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #5D5D5D;
}

P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #000000;
}

UL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #5D5D5D;
  font-weight: bold;
}

OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #5D5D5D;
}

CENTER {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #5D5D5D;
}

TD {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #000000;
  line-height: 130%;
}

H3 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 13pt;
  color: #005B87;
  font-weight: bold;
}

H4 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
}

H5 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #444444;
  font-weight: bold;
}

H6 {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-weight: normal;
}

.error { 
	color: #E80000;
}

.footertext {
  font-family: Verdana, Arial, Helvetica;
  font-size: 7pt;
  color: #000000;
  font-weight: bold;
}

