﻿body 
{
    background: #000000;
    margin: 0px;
    color: #777777;
    font-family: Verdana, Arial, Times New Roman;
    font-size:small;
}

a
{
    color: #CC0000;
}

a:hover
{
    color: #FFFFFF;
}

a.gray
{
    color:#777777;
    text-decoration: underline;
}

a.gray:hover
{
    color:#999999;
}

.header
{
    background: url(images/header.png) top left repeat-x;
    color: #000000;
    font-weight: bold;
    padding: 5px;
}

.boxHeader
{
    background: url(images/boxHeader.png) top left no-repeat;
    color: #000000;
    font-weight:bold;
    padding-left: 3px;
}

.boxContent
{
    background: #000000;
    color: #777777;
    padding: 5px;
    border: solid 1px #777777;
    height: 20px;
}

.LeftBackground
{
    background: url(images/LeftSide.png) top right repeat-y;
    width: 50%;
}

.RightBackground
{
    background: url(images/RightSide.png) top left repeat-y;
    width: 50%;
}

.imageLink
{
    border-width: 0px;
    margin-left: auto;
    margin-right: auto;
}