td,th
{
    font-size:14px;
    font-family:Tahoma,serif;
    color:#000000;
}

a,a:active,a:visited
{
    text-decoration:underline;
    color:#000000;
}

a:hover
{
    text-decoration:underline;
    color:#FF0000;
}

form input
{
    font-family:Tahoma,serif;
    font-size:13px;
    color:#000000;
    border-color:#000000;
    border-style:groove;
    border-width:1px;
    background:#FFFFFF;
    width:150px;
}

input.checkbox
{
    color:#000000;
    border-width:0px;
    background:transparent;
    width:14px;
}

input.radio
{
    color:#000000;
    border-width:0px;
    background:transparent;
    width:14px;
}

form option
{
    font-family:Tahoma,serif;
    font-size:13px;
    color:#000000;
    border-color:#000000;
    border-style:groove;
    border-width:1px;
    background:transparent;
}

textarea
{
    font-family:Tahoma,serif;
    font-size:13px;
    color:#000000;
    border-color:#000000;
    border-style:groove;
    border-width:1px;
    background:#FFFFFF;
    width:250px;
    overflow:auto;
}

body
{
    font-family:Tahoma,serif;
    font-size:13px;
    color:#000000;
}

