body {
	background-color: #425370;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.tableheader-bg {
	background-image: url(images/pageheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	font-weight: bold;
	color: #64340A;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #64340A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #425370;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #64340A;
	text-decoration: none;
}
