/* CSS Document */

body{
margin:0px;
background-color:#000000;
}
.whtxt{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
.whtxt:hover{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
.tptxt{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:none;
font-weight:bold;
}
.tptxt:hover{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:underline;
font-weight:bold;
}
.mtxt{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:none;
font-weight:none;
}
.mtxt:hover{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:underline;
font-weight:none;
}
.txtfld{
font-family:Tahoma;
font-size:11px;
color:#999999;
background-color:#FFFFFF;
border:1px solid #000000;
}
.bltxt{
font-family:Tahoma;
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
