BODY
{
    font-size: 10pt;
    color: #ffffff;
    font-family: Verdana, Sans-Serif;
    background-color: #00004a;
}

input, option, textarea
{
    color: #00004a;
}

a
{
    color: #ff9933;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

TABLE
{
    font-size: 10pt;
}

h1
{
    font-size: 18pt;
    text-align: center;
}

h2
{
    font-size: 16pt;
    text-align: center;
}

.errorMsg
{
    /*font-weight: bold;*/
    color: #ff3333;
}

.bold
{
    font-weight: bold;
}
