@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C4817;
	background-color: #000;
}
.maintable {
	background-color: #FFF;
	border: thick groove #4C0000;
	background-image: url(images/background.gif);
}
.centertbl {
	border: 10px groove #8C4817;
	height: 100px;
	width: 950px;
	margin-top: 10px;
}

.centertbl a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.centertbl a:hover {
	color: #999999;
}
.centertbl a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
	height: 30px;
}
.stafftbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 5px ridge #8C4817;
}
.staffheader {
	color: #FFF;
	background-color: #8C4817;
	vertical-align: middle;
	text-align: center;
}
.redtext {
	color: #F00;
}
.bluetext {
	color: #00F;
}
.yellowtext {
	color: #FF0;
}
.greentext {
	color: #060;
}
.blacktext {
	color: #000;
}
.branding {
	text-align: center;
	color: #8C4817;
}
.branding a {
	text-decoration: none;
	color: #8C4817;
}
