﻿
a:link
{
    font-family: tahoma;
    font-size: small;
    color: #FFFFFF;
}
a:active
{
    font-family: tahoma;
    font-size: small;
    color: #FFFFFF;
}
a:hover
{
    font-family: tahoma;
    font-size: small;
    color: #FFFFFF;
}
a:visited
{
    font-family: tahoma;
    font-size: small;
    color: #FFFFFF;
}
.body
{
    background-color: #333333;
}
.masterTable
{
    border-width: 0px;
    padding: 10px;
    border-spacing: 0px;
}
.header
{
    padding: 10px;
    background-color: #800000;
    font-family: 'Times New Roman' , Times, serif;
    font-size: xx-large;
    color: #00FFCC;
}
.leftContent
{
    padding: 10px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: smaller;
    color: #00FFCC;
    background-color: #800000;
}
.mainContent
{
    padding: 10px;
    background-color: #993300;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    color: #00FFCC;
}
.rightContent
{
    padding: 10px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: smaller;
    color: #00FFCC;
    background-color: #800000;
}
.footer
{
    padding: 10px;
    background-color: #800000;
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
    color: #00FFCC;
}