@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;
}
.DividerBar {
	font-size: 18px;
	font-weight: bold;
	color: #006AA7;
}

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;
}

