﻿body
{
}
a:link
{
    color:#003399;
    text-decoration: none;
}
a:visited
{
    color:#003399;
    text-decoration: none;
}
a:hover
{
    color: Navy;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: none;
}
.MainText
{
    font-family: Tahoma;
    font-size: 9pt;
}
.TableCaptions
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: SteelBlue;
    height: 18px;
}
.RowStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #F2F2F2;
    height: 18px;
}
.AlternatingRowStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #FFFFFF;
    height: 18px;
}
