body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.tableback {
	background-image: url(images/mainbackground.jpg);
	background-repeat: no-repeat;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a {
	color: #003300;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #003300;
	text-decoration: none;

}
a:hover {
	color: #33FF00;
	text-decoration: underline;

}
a:visited {
	color: #993333;
	text-decoration: none;

}

