﻿body
{
    margin: 10px 0px 0px 10px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: #fbf4c3;
}
p
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
}
a
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    text-decoration: underline;
    color: #993300;
}
a:hover
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    text-decoration: underline;
    font-weight: bold;
    color: #993300;
}

H1
{
    font-size: 13pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #990033;
    font-variant: small-caps;
}
H2
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #990033;
    font-variant: small-caps;
    margin-top: 35px;
}
H3
{
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #990033;
    font-variant: small-caps;
    margin-top: 10px;
    font-style: italic;
}

        .Forms_Table
        {
            border-collapse: collapse;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            font-size: 90%;
            line-height: 140%;
            font-family: verdana, arial, helvetica, sans-serif;
            color: #333;
            width: 100%;
            border: 1px solid #996;
            margin-top: 15px;
            margin-bottom: 20px;
            background: #fffff0;
        }
        .textcenter
        {
            text-align: center;
        }
        .textleft
        {
            text-align: left;
        }

.HeaderShell
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-right: #d4d9e3 thin double;
    border-top: #d4d9e3 thin double;
    border-left: none;
    border-bottom: none;
    border-collapse: collapse;
    width: 800px;
}
.MenuShell
{
    background-image: url(menu/menu_back.gif);
    width: 100px;
    height: 400px;
    padding-right: 0px;
    background-attachment: scroll;
    background-repeat: repeat-y;
}
.MenuShell_footer
{
    background-image: url(menu/menu_back.gif);
    width: 120px;
    background-attachment: scroll;
    background-repeat: repeat-y;
}
.PageShell
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 800px;
}
.PageContents
{
    padding-left: 10px;
    padding-right: 0px;
    font-size: 10pt;
    padding-bottom: 5px;
    
    padding-top: 5px;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    width: 700px;
    vertical-align: top;
    background-color: #d9d49e;
    border-right: #d4d9e3 thin double;
    border-top: #d4d9e3 thin double;
    border-left: #d4d9e3 thin double;
    border-bottom: #d4d9e3 thin double;
}
.FooterShell
{
    padding-left: 10px;
    font-size: 8pt;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    width: 670px;
    vertical-align: middle;
    background-color: black;
    border-right: #d4d9e3 thin double;
    border-top: #d4d9e3 thin double;
    border-left: #d4d9e3 thin double;
    border-bottom: #d4d9e3 thin double;
    color: white;
    text-align: center;
}
.errorLabel
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: red;
    font-variant: small-caps;
}
