﻿body
{
    background-color: #c0c0c0;
    margin: 0px;
}
.RegularText
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.RegularText A:visited
{
    color: #510000;
    text-decoration: underline;
}
.RegularText A:link
{
    color: #7f0000;
    text-decoration: underline;
}
.RegularText A:hover
{
    color: Red;
    text-decoration: underline;
}
.Heading
{
    font-weight: bold;
    font-size: 13pt;
    font-family: Arial;
    color: #510000;
    text-decoration: underline;
}
.Menu
{
    font-size: 10pt;
    font-weight: bold;
    color: #0a246a;
    font-family: 'Arial';
    padding-right: 3px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 5px;
}
.Menu A:visited
{
    color: #0a246a;
    text-decoration: none;
}
.Menu A:link
{
    color: #0a246a;
    text-decoration: none;
}
.Menu A:hover
{
    color: black;
    text-decoration: underline;
}
.Quote
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
}

.Footer
{
    font-size: 8pt;
    color: white;
    background-color: #3a6681;
    font-family: 'Arial';
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.Footer A:visited
{
    color: white;
    text-decoration: none;
}
.Footer A:link
{
    color: white;
    text-decoration: none;
}
.Footer A:hover
{
    color: white;
    text-decoration: underline;
}