﻿body
{
    background-color: white;
    font-family: Arial;
}

.TableList
{
    table-layout: auto;
    color: black;
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    font-family: Arial;
    border-collapse: separate;
}
.CellBorder
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
}
.DropDown
{
    background-color: lightyellow;
}
.FooterStyle
{
    background-color: lightyellow;
    color: black;
    text-align: right;
    font-weight: bold;
    font-family: Arial;
}
.AlternatingRow
{
    background-color: aliceblue;
    color: black;
    font-family: Arial;
}
.HeaderRow
{
    font-weight: bold;
    color: black;
    font-family: Arial;
    background-color: aliceblue;
}
NumberTextBox
{
    text-align: right;
}
A:link
{
    font-family: Arial;
}
.CheckBox
{
    font-size: 10pt;
    font-family: Arial;
}
.Disclaimer
{
    font-size: 9pt;
    color: black;
    font-style: italic;
    font-family: Arial;
}
