﻿body 
{
    background-color: #0067ac;
    margin-top: 0px;
}


Table.WebBody
{
    width: 910px;
    height: 850px;
    background-color: White;
    text-align: left;
    font-family: Helvetica, Verdana;
    font-size: 9pt;
}

TD.Header
{
    width: 910px;
    height: 250px;
}

TD.MenuBar
{
    height: 52px;
    background-image: url("./img/Menubar.jpg");
}

TD.WebBody
{
    padding: 0px 15px 15px 15px;
    vertical-align: top;
}

TD.Spacer
{
    width: 25px;
}

A.MenuItem
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}

A.MenuItem:hover
{
    color: #0f2a3b;
    text-decoration: none;
}

H1,H2,H3
{
    color: #0067ac;
    font-weight: bold;
    font-size: 12pt;
}

TD.Footer
{
    background-color: #bccacd;
    font-size: 9pt;
    height: 50px;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
}
