html
{
    height: 100%;
}

body
{
	background-color: #ffffff;
	background-image: url(../images/background1.gif);	
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	height: 100%;
}

a:link
{
    color: #3366cc;
}

a:visited
{
    color: #3366cc;
}

a:active
{
    color: #000000;
}

a:hover
{
    color: #0033cc;
}

.header
{
	color: #0033cc;
	font-weight: bold;
	font-size: 15px;
}

.subHeader
{
	color: #3366cc;
	font-weight: bold;
	font-size: 14px;
}

.subHeader1
{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.subHeader2
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.mainTable
{
    background-image: url(../images/background1.gif);
    height: 100%;
}


.copyright 
{   
	font-weight: bold; font-size: 10px; color: #000000;
}


 