.nav{
  font-family: Times;
  font-size: 9pt;
  color:#000000;
a:link {
        color: #000000;
        text-decoration: none ;

}
a:active {
        text-decoration: none ;
               color: #000000;
        background-color: #cccccc;
 }
a:hover {
        color: #000000;
        background-color: #cccccc;
        text-decoration: none ;

        }
}
.form td { font-family: tahoma; font-size: 8pt; }
.form td input{ background-color: #D6D6C0; font-family: tahoma; font-size: 8pt; },
.form td textarea {  background-color: #D6D6C0; font-family:  tahoma; font-size: 8pt; }
.form td select {border: 1px solid black; background-color: #D6D6C0; font-family:  tahoma; font-size: 8pt; }

.form td input.chk { border: none; background-color #000000: transparent; }


