body {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }

.head {
   font-size: 16pt;
   color: #000000;
   margin: 10px 10px 10px 0px;
}

.foot {
   color: #000000;
}

.sub1 {
   font-size: 14pt;
   color: #000000;
   margin: 10px 10px 10px 0px;
}

body, div, p, th, td, li, dd  { 
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 12pt;
   color: #000000;
}

.navimg {
    vertical-align: middle;
    margin: 0px 2px 0px 2px;
    border-style: none;
}

a:link {
   color: #005200;
   text-decoration: none;
   font-style: normal;   
}

a:focus {
   outline: none;
}

a:visited {
   color: #005200;
   text-decoration: none;
   font-style: normal;
}

a:hover {
   color: #006E00;
   text-decoration: underline;
   font-style: normal;
}

a:active {
   color: #005200;
   text-decoration: underline;
   font-style: normal;
}

