.tablebkg {
	background-image: url(bkgtile.jpg);
	background-repeat: repeat-x;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	line-height: 18px;
	padding: 15px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	padding: 15px;
	text-align: right;
	line-height: 18px;
}
.footerleft {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	padding: 15px;
	text-align: left;
	line-height: 18px;
}
a:link {
	color: #537054;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #537054;
	text-decoration: none;
	font-weight: bold;
}
a:hover {

	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:active {


	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
