body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.middle {
	background-image: url(images/middle_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #231f20;
	padding: 20px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	color: #7e5935;
	font-weight: bold;	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e5935;
	font-weight: bold;	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;	
}
.left {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #231f20;
}
.right {
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #231f20;
}
a:link {
	text-decoration: none;
	color: #7e5935;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7e5935;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #7e5935;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #dd8d3e;
	font-weight: bold;
}
input {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}