.style1 {
    color: #00FFFF;
    font-weight: bold;
    font-family: Tahoma;
    font-size: medium;
}

.style2 
{
    color: #000000;
}

input
{
    font-family: Verdana,Serif;
    font-weight: bold;
}

.normal
{
    color: #CCCCCC;
    font-family: Verdana,Serif;
    font-weight: bold;
}

.header
{
    color: #AAAAFF;
    font-family: Arial,Sans-Serif;
    font-size: 10px;
    font-weight: bold;
}

.statusTable
{
}

.statusLabel
{
    background-color: rgb(0,0,10);
    color: #AAAAFF;
    font-family: Verdana,Serif;
    font-size: 12px;
    font-weight: normal;
}

.statusData
{
    background-color: rgb(0,0,20);
    color: #CCCCCC;
    font-family: Verdana,Serif;
    font-size: 12px;
    font-weight: normal;
}

UL
{
    font-family: Verdana,Arial,Sans-Serif;
}

TD
{
    color: #CCCCCC;
    font-family: Verdana,Serif;
}

.oneLine
{
    color: #AAAAFF;
    font-family: Verdana,Serif;
    font-weight: bold;
}

.explanation
{
    color: #CCCCCC;
    font-family: Verdana,Serif;
    font-weight: normal;
}

.report
{
    background-color: rgb(0,0,50);
    color: #AAAAFF;
    font-family: Verdana,Serif;
    font-weight: bold
}

.error
{
    background-color: rgb(100,0,0);
    color: rgb(240,240,240);
    font-family: Verdana,Serif;
    font-weight: bold
}

a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.tiny
{
    color: #FAE44B;
    font-family: Verdana,Serif;
    font-size: 10px;
    font-weight: normal;
}

a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.title
{
    background-color: rgb(0,0,0);
    color: #AAAAFF;
    font-family: Verdana,Serif;
    font-weight: bold;
    border-bottom: 1pt solid red;
}

.content
{
    background-color: rgb(0,0,0);
    color: #CCCCCC;
    font-family: Verdana,Serif;
    font-size: 12px;
}

BODY
{
    background-color: #000000;
    color: #CCCCCC;
    font-family: Verdana;
}