BODY { font-family: Helvetica, Arial, sans-serif; 
              background-color: #eedfcc; 
			  width: 90%;
			 }

 a:link 		{ text-decoration:none; font-weight:bold; color:#E00000; }
 a:visited 	{ text-decoration:none; font-weight:bold; color:#800000; }
 a:hover 	{ text-decoration:none; font-weight:bold; background-color:#FFFF00; }
 a:active 	{ text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
H1 {color: navy; font-size: 24pt; text-align: center; }
H2 {color: navy; font-size: 20pt; }
H3 {color: navy; font-size: 16pt; }
H4 {color: navy; font-size: 12pt; }
H5 {color: navy; font-size: 8pt; }
P  { font-size: 10pt; 
       margin: 15px auto 15px auto;
	   width: 95%;
	  }
P.NAV {
	margin: 1px 1px 1px 1px;
}
P:first-letter {
	font-size: 120%;
	color: black;
}
UL  { 	font-size: 10pt; 
			margin: 15px auto 15px auto;
			list-style-position : outside;
			list-style-type : circle;
			list-style-image : none;
		}
OL  { 	font-size: 10pt; 
          	margin: 15px auto 15px auto;
			list-style-image : none;
			list-style-position : outside;
			list-style-type : decimal;
    }
TABLE {width: 95%; 
               border-style: none;
			   }
TD {padding: 2px;
        background-color: #eedfcc;
		border-style: none;
		font-size: 8pt
		}
IMG {
	margin : 15px 15px 15px 5px;
}
IMG.NAV {
		margin: 1px 1px 1px 1px;
}
PRE {
	background-color: gray;
	width: 95%;
}

DIV {
	border-bottom : thin solid Black;
	border-top: thin solid Black;
}
HR {
	color: Black;
	height: 3px;
	text-align: left;
}
I {
	color: blue;;
	font-style : italic;
	font-weight : bolder;
}