@charset "UTF-8";
/* CSS Document */

body {
	background-color: #947B5B;
	background-image: url(images/background_shadows.png);
	background-position: center;
	background-repeat: no-repeat;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #F7F7F7;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FEFEFE;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.PageHeadings {
	font-size: 17px;
	font-weight: bold;
	color: #322026;
}
.PageText {
	font-weight: bold;
	color: #322026
}
