html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/back_001.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
	padding: 3px;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.redtitles {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.largecaps {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.red {
	color: #990000;
}

.boarddir td p {
	padding: 0;
	margin: 0;
}

