@charset "iso-8859-1";


h1 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 28px; color: #004E00; margin = 0px }

  h2 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 20px; color: #004E00; margin = 0px }
h3 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 18px; color: #004E00; margin = 0px }
h4 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 16px; color: #004E00; margin = 0px }
h5 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 14px; color: #004E00; margin = 0px }
h6 { font-family: Times New Roman, Helvetica, sans-serif; font-size: 12px; color: #004E00; margin = 0px }
      body { font-family: Times New Roman, Helvetica, sans-serif; font-size: 14px color: #000000; }

li, td { font-family: Times New Roman, Helvetica, sans-serif; font-weight:bold; font-size: 14px }
hr { color: #004E00; height:1; width=100%; text-align=center}
	  
input { background-color: #FFFFFF; color: #000000 } 

A:active {
    text-decoration : none;
    font-size : 16px;
	font-weight : bold;
    font-family : Times New Roman, Helvetica, sans-serif;
    color : #004E00;
    }
	
A:link {
    text-decoration : none;
    font-family : Times New Roman, Helvetica, sans-serif;
    font-size : 16px;
	font-weight : bold;
    color : #004E00;
    }

A:visited {
    text-decoration : none;
    font-family : Times New Roman, Helvetica, sans-serif;
    font-size : 16px;
	font-weight : bold;
    color : #004E00;
    }

A:hover {
    text-decoration : underline overline;
    font-size : 16px;
	font-weight : bold;
    font-family : Times New Roman, Helvetica, sans-serif;
    color : #00C000;
    } 
