.tablebkg {
	background-image: url(bkgtile.jpg);
	background-repeat: repeat-x;
}
body {
	font-family: "Trebuchet", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "Trebuchet", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 18px;
	padding: 30px;
	text-align: justify;
}
.footer {
	font-family: "Trebuchet", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding: 15px;
}
.footerleft {
	font-family: "Trebuchet", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding: 15px;
	text-align: left;
}
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;
}
h1	{
	color: #537054;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
