body {
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, serif;
	font-size:11px;
    line-height: 13px;
	color:#C4B8AF;
	background-color:#3C3130;
	overflow: hidden;}


a {
	color: #CAAF81;
    text-decoration: none;}
   
a:hover {
	color: #FFFFFF;
    text-decoration: underline overline;}
    
select.one {
	font-family: trebuchet ms, arial, serif;  
	font-size: 12px;
	width: 100px;
	margin: 4px 5px 0px 0px;
	color: #CAAF81; 
	background-color: #100C08; 
	float: right;}
	
select.two {
	font-family: trebuchet ms, arial, serif;  
	font-size: 12px;
	margin: 4px 5px 0px 0px;
	color: #CAAF81; 
	background-color: #100C08; 
	float: right;}
	
td {border-bottom: 1px solid #000;}

td.header_one {
	padding: 5px 12px 5px 5px;
	background-color: #3C3130;
	border: 1px solid #000;
	font-weight: bold;}
	
td.header_two {
	padding: 5px 80px 5px 5px;
	background-color: #3C3130;
	border: 1px solid #000;
	font-weight: bold;}
	
td.one {
	padding: 5px 12px 5px 5px;
	background-color: #050505;}
	
td.two {
	padding: 5px 80px 5px 5px;}

.bold {
	font-weight:bold;}

.italics {
	font-style: italic;}

.underline {
	text-decoration: underline;}

.header {
	font-size: 12pt;
	font-weight: bold;}
	
.header2 {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;}
	
.header3 {
	font-size: 18pt;
	font-weight: bold;}
	
.indent {
	margin: 0px 0px 0px 20px;}
	
#container {
	width: 100%;
	height: auto;}
	
#top {
	width: auto; 
	height: 32px; 
	padding: 0px 20px 0px 20px; 
	border-bottom: 2px solid #000; 
	background-color: #3C3130;
	line-height: 10px;
	overflow: hidden;}

#title {
	height: 24px;
	float: left;}
	
#middle {
	width: auto;
	height: 430px;
	max-height: none;
	border-top: 1px solid #C4B8AF; 
	border-bottom: 1px solid #C4B8AF; 
	background-color: #100C08; 
	overflow: auto;}
	
#content {
	padding: 20px; 
	text-align: justify;}
	
#bottom {
	width: auto;
	height: 32px;
	max-height: 32px;
	padding: 0px 20px 0px 20px;
	text-align: center; 
	border-top: 2px solid #000;
	background-color: #3C3130; 
	line-height: 10px;
	overflow: hidden;}
