/*---------------------------------------------------------------------------*/
/*                           HEADING STYLES                                  */
/*---------------------------------------------------------------------------*/


body {
font-family: "Arial"; 
background-color: #85ACCA;
}

font
{
font-family: "Arial"; 
}

h1
{
color: #000080;
font-family: "Arial"; 
text-align:left;
}

h2
{
color: #000080;
font-family: "Arial";
font-weight: bold;
}

h3
{
color: #000080;
font-family: "Arial";
text-align: left;
}

h4
{
color: #FF0000;
font-family: "Arial";
font-variant: small-caps;
font-weight: bold;
text-align: center;
height: 10px;
}

table.banner{
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-color: #C0C0C0;
}

td
{
font-family: "Arial"; 
max-width:600px;
}

td.banner{
    font-size: 8pt;
    font-family: Arial;
    height: 74px;
    background-image: url(../images/thinbanner.jpg);
    background-repeat: no-repeat;
}

th
{
font-family: "Arial"; 
text-align: left;
background-color: #C0C0C0;
}

a.menu
{
    color: #bbbbbb;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover
{
    color: white;
}

body.menu
{
    background-color:#000080;
    color:#bbbbbb;
    font-family: "Arial";
    margin:10px;
}

a.hmenu
{
    color: #000080;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
}

a.hmenu:hover
{
    color: white;
}

body.grey
{
font-family: "Arial"; 
background-color: #CCCCCC;
}

table.fixwidth
{
width:expression(document.body.clientWidth > 700? "700px": "auto" );
}