<!--
.copy {
     font-family: verdana, sans-serif;
     font-size: 11px;
     font-weight: bold;
     font-style: bold;
     color: black;
     }
a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
a.three:active  { text-decoration: underline; color: red }
a.three:hover {background: #66ff66}

a.four:link {text-decoration: underline}
a.four:visited { text-decoration: color: #996600}
a.four:active  { text-decoration: underline; color: red }
a.four:hover {text-decoration: underline; color: #FF6633}

 a:link       { text-decoration: underline }
a:visited    { text-decoration: color: #996600 }
a:active     { text-decoration: underline; color: red }
a:hover      { text-decoration: underline; color: #FF6633}
.formtext   { font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold; 
               color: darkblue }

.headtext   { font-family: Verdana; font-size: 11px; font-weight: bold; 
               color: blue }
.headact   { font-family: Verdana; font-size: 16px; font-weight: bold; 
               color: red }

.btnstyl {FONT-WEIGHT: bold;
           FONT-SIZE: 10px; 
          COLOR: white; 
          FONT-FAMILY: Verdana;
          BACKGROUND-COLOR: blue;
          }
.btnuser {FONT-WEIGHT: bold;
           FONT-SIZE: 11px; 
          COLOR: white; 
          FONT-FAMILY: Verdana;
          BACKGROUND-COLOR: green;
          }

.rpttit {
     font: verdana;
     color:blue;
     }

.hd3 {font-family: Verdana;
      font-size:16px;
      font-weight: bold;
      color: red;
    }
-->
