﻿body
{
    margin:auto;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
    width:100%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


.page
{
    margin:auto;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
    width:100%;
    text-align:center;
}

.header
{
    padding:10px 10px 10px 10px;
    background-color:#000000;
    border-color:#C00000;
    height:20px;
    margin:auto;
}

/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.
Note: a:active MUST come after a:hover in the CSS definition in order to be effective.
Note: Display:Inline (you can't change the height)

IE8 and earlier versions of IE, included padding and border in the width property.
To fix this problem, add a <!DOCTYPE html> to the HTML page.

*/

.header a
{
    padding:10px 10px 10px 10px;
    font-size:12pt;
    font-weight:bold;
    color:#C0C0C0;
    text-decoration:none;
}

.header a:link a:visited
{
    color:#C0C0C0;
}

.header a:hover
{
    color:#C00000;
}
.header a:active
{
    color:#0000FF;
}

.page h1
{
    display:block;
    line-height:normal;
    color:#000000;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.menu
{
    width:900px;
}

.main
{
    text-align:center;
}

.main table
{
    margin:auto;
}


