BODY {
    font-family: Arial;
    font-size: 12;
}

P {
    font-family: Arial;
    font-size: 12;
}

P.heading {
    color: #000000;
    font-family: Verdana;
    font-size: 14;
    font-weight: bold;
}

TD {
    font-family: Arial;
    font-size: 12;
}

INPUT, TEXTAREA, SELECT {
    background-color: #F9F9EE;
}

INPUT.standard, TEXTAREA.standard, SELECT.standard {
    background-color: #FFFFFF;
}

A:link {
    color: #000099;
    text-decoration: none;
}
A:visited {
    color: #000099;
    text-decoration: none;
}
A:active {
    color: #000099;
    text-decoration: none;
}
A:hover {
    color: #0000FF;
    text-decoration: underline;
}

A.readthread:link {
    color: #999999;
    font-style: italic;
    text-decoration: none;
}
A.readthread:visited {
    color: #999999;
    font-style: italic;
    text-decoration: none;
}
A.readthread:active {
    color: #999999;
    font-style: italic;
    text-decoration: none;
}
A.readthread:hover {
    color: #666666;
    font-style: italic;
    text-decoration: underline;
}
