BODY{
   font-family:Tahoma;
   font-size:12px;
}
A:link {
	FONT-SIZE: 12px; COLOR: #040404; TEXT-DECORATION: none; FONT-WEIGHT:none; font-family:Tahoma
}
A:visited {
	FONT-SIZE: 12px; COLOR: #040404; TEXT-DECORATION: none; FONT-WEIGHT:none; font-family:Tahoma
}
A:active {
	FONT-SIZE: 12px; TEXT-DECORATION: none; FONT-WEIGHT:none; font-family:Tahoma
}
A:hover {
	FONT-SIZE: 12px; COLOR: #ff0000; TEXT-DECORATION: underline; FONT-WEIGHT:none; font-family:Tahoma
}
.button{
  font-family:tahoma;
  font-weight:none; 
  font-size:12px;
}
.tdform{
  font-family:tahoma;
  font-size:8pt;
}
.th{
  font-family:tahoma;
  font-weight:bold; 
  font-size:10pt ;
  color:#6600CC
}
.td1{
  font-family:Tahoma;
  font-size:10pt;
  font-weight:bold  
}
.td1-2{
  font-family:Tahoma;
  font-size:8pt;
/*  font-weight:bold */
}
.td2{
  font-family:Tahoma;
  font-size:12;
/*  font-weight:bold;*/
  color:red  
}
.text{
  font-size:9pt;
  font-family:Tahoma;
  font-weight:none;
}
.td3{
  font-size:14;
  font-weight:bold;
}
.des{
  font-size:12;
  font-weight:bold;
  letter-spacing:auto;
  line-height:2;
}
.title{
  font-family:tahoma;
  font-size:12;
  letter-spacing:auto;
  line-height:1.5;
}
.subtitle{
  font-family:tahoma;
  font-size:10;
  letter-spacing:auto;
}
.textbox{
  font-size: 10px;
  color:#000000;
  font-family: Tahoma;
}
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: 8px Tahoma;
}
#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}
#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}
#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }
#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}
#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}