body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tbllft {
	background-image: url(images/tblside.gif);
	background-repeat: repeat-y;
}
.tblrt {
	background-image: url(images/tblrtsd.gif);
	background-repeat: repeat-y;
}
.tblbtmlft {
	background-image: url(images/tblbtmlft.gif);
	height: 37px;
}
.maintbl {
	background-color: #FEF2C4;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	font-size: 12px;
	color: #000000;
}
a:visited 
{
    font-size: 12px;
    color: #000000;
}
a:hover
{
    font-size:12px;
    color:Red;
    text-decoration:none;
}