body { background: #FFCC99;
       color: #000000;
       font-family: "verdana";
       font-size: 8pt;
       overflow-y :scroll;
       margin: 0;
     }

TD { font-size: 8pt }

A:link, A:active 
     {       color           :       #00536A;
             background      :       transparent;
     }

A:visited 
        {     color           :       #002237;
              background      :       transparent;
        }

A:hover 
      {       color           :       #002237;
              background      :       transparent; 
      }

.border {
  border : 1px solid #9F4D01;
}

.bordermenu {
  border : 2px solid #FFFFFF;
}




A.menu:link, A.menu:active 
     {       text-decoration :       none;
             color           :       #000000;
             background      :       transparent
     }

A.menu:visited 
        {     color           :       #000000;
              background      :       transparent;
              text-decoration :       none
        }

A.menu:hover 
      {       color           :       #000000;
              background      :       transparent; 
              text-decoration :       none
      }

.menufont { font-size: 8pt;
             font-weight: bold }


.pagefont   { font-size: 8pt; }
.pageselect { color : #000000;
              font-size: 8pt;
              font-weight: bold }

.menubg
      {
              background:             #FCC100;
      }

.menuline
      {
              background:             #000000;
      }


