body
{
    font-family: Trebuchet MS;
    font-size: 9pt;
}
input
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    border: 1px solid #1F5080;
    background-color: #FFFFFF;
}
select
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    border: 1px solid #1F5080;
    background-color: #FFFFFF;
}
textarea
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    border: 1px solid #1F5080;
    background-color: #FFFFFF;
    overflow: hidden;
}
.navLink
{
    color: #FFFFFF;
    text-decoration: none;
}
td
{
    font-family: Trebuchet MS;
    font-size: 9pt;
}
.navBar
{
    border-bottom: 2px solid #99CCFF;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #1F5080;
    font-weight: bold;
    letter-spacing: 1pt;
    padding-left: 20px;
}
.topBar
{
    border-bottom: 2px solid #666666;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #1F5080;
    font-weight: bold;
    letter-spacing: 1pt;
    padding-left: 10px;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
