       A
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #336699;
    text-decoration: underline;
}



A:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.errortext
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
}


.inputBox
{
    font-family: arial, sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #828181;
}

.inputheader
{
    font-family: Georgia, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color: #004487;
}

.subheader
{
    font-family: Georgia, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color: #004487;
}

.text
{
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.textbold
{
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

hr
{
    color: #004487;
    height: 1px;
}

.menuSelected
{
    background: #ccc;
    font-weight: bold;
    color: #000;
    padding: 25px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}

h1
{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    color: #004487;
}