/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5b0000;
	scrollbar-arrow-color:#42597D;
	scrollbar-base-color:#A28A74;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-track-color:#D3C3AC;
	scrollbar-face-color: ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3d-light-color:#ffffff;
	color: #CCCCCC;
	background-image: url(images/background.jpg)}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #42597D;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.siteText {font-family: Geneva, Arial, Helvetica, sans-serif;
		   font-size: 0.8em;
		   color: #000000}
	
.smallSiteText {font-family: Geneva, Arial, Helvetica, sans-serif;
		   font-size: 0.6em;
		   color: #000000}