/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


td, p {	
    color: #FFFFFF;
	font-size:12px;
}

th {
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#000000
}

a:link, a:active, a:visited {
	color:#FFFF99;
	text-decoration: underline;
}

// Begin the custom class stuff

a:hover {
	color:#FF0000;
	text-decoration: underline;
}

.heading {
	font-size:24px;
	font-weight:bold;
}

.table_bg {
	background-color:#403B15
}

.border {
	border: thin solid #9F7312;
}
.joinbutton {
	width: 195px;

}
