body
{
	background-color: #000000;
	color: #ffffff;
	font-family: "verdana";
	font-size: 11px;
}
td
{
	font-size: 11px;
}
.heading {
	font-size: 18px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.newclub {
	background-image: url(../images/splash-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.splashbg {
	background-image: url(../images/splash-bg-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.content 
{
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.repeat {
	background-image: url(../images/content-bg-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.mainnav
{
	background-image: url(../images/nav-history.jpg);
	width: 100;
}
.field_label
{
	font-weight: bold;
	text-decoration: none;
}
.homenav
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.red
{
	color: Red;
}
.galleryImageTable
{
	border: solid 1px #808080;
	padding: 3px;
}