/* 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:#615217
}

a:link, a:active, a:visited {
	color:#FFCC00;
	text-decoration: underline;
}

a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

.heading {
	font-size:18px;
	font-weight:bold;
}

.table_bg {
	background-color:#403B15
}

.border {
	border:double #666666;
}
.joinbutton {
	width: 195px;

}
