﻿body
{
    margin-top: 0px;
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #f2f2f2;
}
h1
{
    font-size: 11pt;
    font-weight: bold;
    color: navy;
}
h2
{
    font-size: 10pt;
    font-weight: bold;
    color: navy;
    margin-bottom: 0px;
}
p
{
    margin-top: 0px;
}
hr
{
    color: Silver;
}
.InsTypes
{
    height: 30px;
    font-weight: bold;
    vertical-align: middle;
    color: #f20000;
    text-align: center;
    border-bottom: silver 3px solid;
    font-size: 11pt;
}
.Address
{
    font-size: 11pt;
    color: Navy;
    height: 30px;
    text-align: center;
    border-top: silver 3px solid;
}
.Copyright
{
    color: Navy;
    text-align: center;
}
.Label
{
    color: Navy;
    font-weight: bold;
}
.Help
{
    color: Gray;
}
.Red
{
    color: Red;
}