﻿body
{
    font-family: Arial;
    font-size: 12pt;
    text-align: left;    
}

a
{
    color: #98B2FF;
    text-decoration: none;
}

a:visited
{
    color: #6C6862;
}

a:hover
{
    color: #6C6862;
    text-decoration: underline;
}

a.statelist
{
    color: #858078;
    font-size: 9pt;
}

a.statelist:link
{
    color: #858078;
}

a.statelist:visited
{
    color: #858078;
}

a.statelist:hover
{
    color: Highlight;
}

h2
{
  color: #98B2FF;
}

h3
{
    color: #FFFFFF;
} 

.FormHeader
{
    font-weight: bold;
    color: #98B2FF;  
}

TH
{
    font-weight: bold;
    color: #98B2FF;
    text-align: right;
}

TD
{
    text-align: left;
}
