﻿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: #650202;
}
.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;
	background-image: url(images/headerBG.gif);
}
.leftContent
{
	padding: 10px;
	font-family: 'Courier New' , Courier, monospace;
	font-size: smaller;
	color: #00FFCC;
}
.mainContent
{
	padding: 10px;
	background-color: #650202;
	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;
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
	color: #00FFCC;
	background-image: url(images/footerBG.gif);
}

