BODY
{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #ffeaca;
}

TD.Header
{
    height: 160px;
}

TD.Banner
{
    height: 130px;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

TD.Menu
{
    height: 25px;
    vertical-align: top;
    font-family: Book Antiqua;
    font-size: 10pt;
    color: #eff1dc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;    
    text-align: right;
}

Table
{
    font-family: Verdana;
    font-size: 8pt;
    color: #220b03;
}

H1, H2, H3
{
    font-size: 10pt;
    color: #7b2808;
}

TD.WebBody
{
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    border-right: solid 1px #7b2808;
    height: 100%;
    background-color: White;
}

TD.Buttons
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #7b2808;
    background-color: White;
}

TD.Footer
{
    height: 17px;
}

A.MenuItem
{
    text-decoration: none;
    color: #eff1dc;
}

A.MenuItem:hover
{
    color: #7b2808;
    text-decoration: underline;
}