body {
	margin: 0px;
	background: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #8C7863;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.btt:hover {
	text-decoration: none;
}
h1 {
	color: #6F160F;
	margin-bottom: 5px;
	/*font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;*/
}
h2 {
	color: #6F160F;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 2px solid #6F160F;
}
.bottomleft {
	background: url('images/bottomleft.gif') no-repeat;
	padding: 5px 9px 10px 10px;
}
.bottomright {
	background: url('images/bottomright.gif') no-repeat;
}
.listing {
	font-size: 11px;
}
.legend {
	background: #EDEAE6;
	width: 245px;
	position: absolute;
	top: 10px;
	left: 172px;
	z-index: 2;
	visibility: hidden;
}
.btt {
	margin-bottom: 6px;
}
.title {
	margin: 8px;
}
.red {
	color: #6F160F;
}
.formbutton {
	border: 2px solid #FFFFFF;
	background: #8C7863;
	color: #EDEAE6;
	font-size: 12px;
	font-weight: bold;
}

/*******Events Table */
table.events {width:625px;margin:1em auto;}
table.events th{font-weight:bold;color:#6F160F;width:100px;text-align:right; vertical-align:top;padding-right:5px;}
table.events td{text-align:left;vertical-align:top;}
table.events th p, table.events td p {margin: 0;}