﻿body
{
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
    background-color: #eeeeee;
    color: #555555;
    height: 100%;
    margin: 0;
}
.buttonBar
{
    list-style-type: none;
    width: 100%;
    background-color: #666666;
    color: #eeeeee;
}
.buttonBar td { width: 20%; text-align: center; border: solid 1px #aaaaaa; }
.buttonBar td .on { width: 20%; text-align: center; border: solid 1px #eeeeee; color: #666666; }
.buttonBar td a { color: #eeeeee; text-decoration: none; }
.container { border-left: solid 1px #555555; border-right: solid 1px #555555; width: 600px; text-align: left; background-image: url(Images/bg.png); background-position: bottom; background-repeat: repeat-x; }
.content { padding: 5px; color: #555555; height: 100%; overflow-y: auto; }
.content a {color: #555555; font-weight: bold; text-decoration: none; }
.header { padding: 5px; background-color: #555555; background-image: url(Images/head.png); background-position: bottom; background-repeat: repeat-x; }
.footer { font-size: 8pt; text-align: center; padding-top: 5px; position: absolute; bottom: 0px; color: #eeeeee; width:600px; }
.footer a { color: #eeeeee; }
p { margin-top: 0px; }
