﻿a, a:link, a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}
h1, h2
{
    font-size: 12pt;
    color: black;
    font-family: Verdana, Arial;
    font-weight: bold;
    text-decoration: underline;
}
h3, h4
{
    font-size: 11pt;
    color: black;
    font-family: Verdana, Arial;
    font-weight: bold;
    text-decoration: underline;
}
.divHead
{
    width: 100%;
}
.divBody
{
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    vertical-align: top;
    font-size: 9pt;
    line-height: 12pt;
    color: black;
    font-family: Verdana, Arial;
    background-color: white;
}
.sitemap
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10pt;
    color: black;
    font-family: Verdana, Arial;
    font-weight: normal;
}
.sitemap a, .sitemap a:link, .sitemap a:visited, .sitemap a:hover, .sitemap a:active
{
    color: black;
}
.footer
{
    width: 100%;
    border-top: black 1px solid;
}
.footer_notes
{
    font-size: 8pt;
    color: black;
    font-family: Verdana, Arial;
    padding: 5px;
    text-align: center;
}
.footer_notes a, .footer_notes a:link, .footer_notes a:visited, .footer_notes a:hover, .footer_notes a:active
{
    color: black;
}
