﻿body
{
    background-image: url(images/BG.jpg);
    font-family: Arial;
    color: #ffffff;
    font-size: small;
}
.MainTable
{
    background-image: url(images/UltraglossBG.jpg);
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
}
.MenuTable
{
    background-image: url(images/MenuBG.png);
    background-repeat: repeat-x;
}
.Footer
{
    color: #ffffff;
    font-family: 'Arial Narrow';
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
.Footer:hover
{
    color: #1071b9;
    font-family: 'Arial Narrow';
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
A
{
    color: #f5821f;
    text-decoration: none;
}
A:hover
{
    color: #1071b9;
    text-decoration: none;
}
.copyright
{
    font-size: x-small;
    color: darkgray;
}