﻿body
{
    margin-top: 0px;
    padding-top: 0px;
    background-image: url(images/bg_gradation.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
}
p
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #5E3226;
}
H1
{
    font-size: 13pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #5E3226;
    font-variant: small-caps;
}
H2
{
    font-size: 12pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #5E3226;
    font-variant: small-caps;
    margin-top: 35px;
}
H3
{
    font-size: 12pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #5E3226;
    font-variant: small-caps;
    margin-top: 5px;
    margin-bottom:5px;
}
hr
{
    color: #5e3226;
}
a
{
    color: #5e3226;
    font-weight: bold;
}
a:hover
{
    font-weight: bold;
    color: #996600;
}
.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-position: center;
    background-image: url(images/menu_bg.gif);
    background-repeat: no-repeat;
    height: 113px;
}
.PageShell
{
    background-image: url(images/page_body_background.jpg);
    width: 800px;
    padding-right: 0px;
    padding-left: 0px;
    background-attachment: scroll;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.PageContents
{
    padding-left: 10px;
    padding-right: 15px;
    font-size: 10pt;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 0px;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    vertical-align: top;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    height: 50px;
    background-position: center;
    background-image: url(images/text_area.gif);
    background-repeat: no-repeat;
    text-align: left;
}
.TextTop
{
    background-position: center;
    background-image: url(images/text_top.gif);
    background-repeat: no-repeat;
    text-align: center;
    height: 59px;
}
.TextArea
{
    background-position: center 50%;
    background-image: url(images/text_area.gif);
    background-repeat: repeat-y;
    text-align: center;
    height: 77px;
    width: 737px;
}
.TextBottom
{
    background-position: center;
    background-image: url(images/text_bottom.gif);
    background-repeat: no-repeat;
    text-align: center;
    height: 69px;
}
.FooterShell
{
    padding-left: 20px;
    font-size: 8pt;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    font-family: 'Trebuchet MS' , Cambria, Arial;
    vertical-align: middle;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    background-image: url(images/page_body_background.jpg);
    background-repeat: repeat-y;
    height: 50px;
}

.Credentials
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: Navy;
}
.userLabel
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #990033;
    font-variant: small-caps;
}
.errorLabel
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: red;
    font-variant: small-caps;
}
.responseLabel
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, 'Courier New';
    color: #990033;
    font-variant: small-caps;
}

