body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
}
.maintable {
	width: 626px;
}
.footer {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 30px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	text-align: center;
}
.footer a:link, .footer a:visited, .footer a:active{
	text-decoration : none ;
	color: #000000;
}
.footer a:hover {
	text-decoration : none;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD780F;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 15px;
}

