@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyTable {
	background-image: url(../backgrounds/body.png);
	background-repeat: repeat-y;
	text-align: center;
}
.footerTable {
	background-image: url(../backgrounds/footer.png);
	background-repeat: no-repeat;
	text-align: center;
}

