.mainbg {
background-color: #ffffff;
}
.menubg {
background-color: #ebebeb;
}
.menubg2 {
background-color: #ffffff;
}
BODY {
        font-family: tahoma;
        font-size: 10pt;
        color: 434343;
}
TD {
        font-family: tahoma;
        font-size: 10pt;
        color: 434343;
}
A:link {
        color:#333333;
        text-decoration: none;
        font-weight: bold;
        font-size: 10pt;
        font-family: Tahoma;
}
A:visited {
        color: #333333;
        text-decoration: none;
        font-weight: bold;
        font-size: 10pt;
        font-family: Tahoma;
}
A:hover {
        color: #D83003;
        text-decoration: none;
        font-weight: bold;
        font-size: 10pt;
        font-family: Tahoma;
}



input, textarea, select {
        border: 1px solid black;
        font-size: 11px;
        font-family: verdana;
        color: black;
        background-color: #C7CED3
}
radio {
        border: 0px solid black;
        font-size: 11px;
        font-family: verdana;
        color: white;
        background-color: #ffffff
}

img {
    border: 0px;
}