﻿html, body 
{
    color: rgb(0,0,0);
    background-color: rgb(0,0,0);
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

a:link 
{
    color: rgb(106,153,255); 
    text-decoration: none;
}

a:active 
{
    color: rgb(106,153,255); 
    text-decoration: none;
}

a:visited 
{
    color: rgb(106,153,255); 
    text-decoration: none;
}

a:hover 
{
    color: rgb(204,204,204); 
    text-decoration: none;
}

.spacer
{
    height: 20px;
}

.header
{
    height: 78px;
    width: 473px;
    padding: 0px;
    margin: 0px;
    background-image: url(header.png);
    background-repeat: no-repeat; 
    border-top: solid 1px gray;
    text-align: center;
}

.mainmenu
{
    width: 473px;
    min-height: 240px;     
    background-image: url(bg.png);
    background-repeat: no-repeat; 
    background-position: center center;
    border-bottom: solid 1px gray;
    padding-top: 10px;
    text-align: center;
    font: 18px Arial, sans-serif;
    color: rgb(204,204,204);
}

.content
{
    width: 473px;
    min-height: 240px;         
    background-image: url(bg.png);
    background-repeat: no-repeat; 
    background-position: center center;
    border-bottom: solid 1px gray;
    padding-top: 10px;
    text-align: left;
    font: 13px Arial, sans-serif;
    color: rgb(204,204,204);
}

.footer
{
    padding-top: 3px;
    width: 473px;
    text-align: right;
    font: 12px Arial, sans-serif;
}

.em
{
    color: white;
}

.info
{
    font: bold 10px Arial, sans-serif;
}

.text
{
    padding-top: 10px; 
    padding-left: 13px; 
    padding-right: 13px;
}