.tablestyle {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #998564;
}
.maintextsmall, p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #998564;
	font-style: italic;
	text-transform: none;

}



/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#998564; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#998564;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#998564; 
	text-decoration:underline;
}