﻿
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: #171d2d;
}
.masterTable
{
    border-width: 0px;
    padding: 10px;
    border-spacing: 0px;
	
}
.header
{
    padding: 10px;
    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: #252d42;
}
.mainContent
{
    padding: 10px;
    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;
    
}
.footer
{
    padding: 10px;
    background-color: #252d42;
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
    color: #00ffcc;
}