/* CSS Document */

body{
margin:0px;
background-image:url(images/bg.jpg);
}
td{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
}
.txtblck{
font-family:Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
}
.txtgry{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:none;
font-weight:normal;
}
.txtgry:hover{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:underline;
font-weight:normal;
}
.heaind{
font-family:Tahoma;
font-size:14px;
color:#white;
text-decoration:none;
font-weight:normal;
}
.menu{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
.menu:hover{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
font-weight:normal;
}
.smenu{
font-family:Tahoma;
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
.smenu:hover{
font-family:Tahoma;
font-size:11px;
color:white;
text-decoration:underline;
font-weight:normal;
}
.txtfld{
font-family:Tahoma;
color:#a2a2a2;
font-size:11px;
border: 1px solid #cad0bc;
}