HTML, BODY { color: #4A005C; font-family: Arial; font-size: 10pt; background-color: #FFFFFF; margin: 0; padding: 10; }

P {  font-family: Arial, Helvetica, font-size: 10pt}
H1 {  font-family: Arial, Helvetica, font-size: 10pt}
H2 {  font-family: Arial, Helvetica, font-size: 10pt; color: #000099}
H3 {  font-family: Arial, Helvetica, font-size: 10pt; color: #000099}
H4 {  font-family: Arial, Helvetica, font-size: 10pt; color: #000099; font-style: italic}
UL {  font-family: Arial, Helvetica, font-size: 10pt}
OL {  font-family: Arial, Helvetica, font-size: 10pt}

HR {  height: 1px; color: #000000 }



A {    color: #000099;    text-decoration: none;}
A:hover {  color: #000099; text-decoration: underline;}





A.nav {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 

	width: 100%;
	background-color: #7800D4; 
	text-align: center;
	vertical-align: top;

	border-style: none;
	border-width: 0px;
	margin: 0px 0px 4px 0px; 	/* this creates space outside the box (t, r, b, l) */
	padding: 5px 0px 5px 0px; 	/* this creates space inside the box */
}

A.nav:hover {  color: #FFFFFF; text-decoration: none; background-color: #00575C;}
A.nav:visited {  color: #FFFFFF; text-decoration: none;}





.redtext {font-family: Impact; font-size:10pt; color:#AA0000}
.bluetext {font-family: Impact; font-size:10pt; color:#0000AA}
.greentext {font-family: Impact; font-size:10pt; color:#00AA00}