html
{
    overflow: scroll;
}
TD
{
    font-family: verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-repeat: no-repeat;
}
.small_TD
{
    font-family: verdana;
    font-size: 8pt;
    color: #FFFFFF;
    background-color: #1C007B;
    background-repeat: no-repeat;
}
.heading
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: right;
}
.sub_heading
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
}
.right_image
{
    float: right;
    padding-left: 20px;
}
.left_image
{
    float: left;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.bodylink
{
    color: #FFFFFF;
    text-decoration: underline;
}
