/* CSS Document */


body {background-color: #000000;}

#titlebar {padding: 20px;
	border-bottom: 1px solid #bf8c26;
	background: #3F392E;}
	
.title {font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #7f735c;}
	
#footer {padding: 20px;
	border-bottom: 1px solid #bf8c26;
	border-left: 1px solid #bf8c26;
	border-right: 1px solid #bf8c26;
	background: #3F392E;}
	
.footer {font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: #7f735c;}

.footer a:link	   			{color:#7f735c; text-decoration: underline;}
.footer a:visited			{color:#7f735c; text-decoration: underline;}
.footer a:active 			{color:#7f735c; text-decoration: underline;}
.footer a:hover				{color:#7f735c; text-decoration: none;}
	
#border {border: 1px solid #DFB35A;}
#dotted {border: 1px dotted #DFB35A;}
#pad {padding: 8px;}

#topspace {padding-top: 10px;}
#rightsace {padding-right; 10px;}

h1 {margin: 0px;}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #231F19;
	margin: 0px;}
	
.enter {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #231F19;
	margin: 0px;
	font-weight: bold;
	text-align: center;}

.more {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7f735c;
	margin: 0px;
	font-weight: bold;
	text-align: right;}
	
.more a:link	   		{color:#7f735c; text-decoration: underline;}
.more a:visited			{color:#7f735c; text-decoration: underline;}
.more a:active 			{color:#7f735c; text-decoration: underline;}
.more a:hover			{color:#7f735c; text-decoration: none;}

.head {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F19;
	margin: 0px;
	font-weight: bold;
	text-align: center;}
	
.head a:link	   		{color:#231F19; text-decoration: underline;}
.head a:visited			{color:#231F19; text-decoration: underline;}
.head a:active 			{color:#231F19; text-decoration: underline;}
.head a:hover			{color:#231F19; text-decoration: none;}
	
p {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F19;
	margin: 0px;}
	
a:link	   			{color:#231F19; text-decoration: underline;}
a:visited			{color:#231F19; text-decoration: underline;}
a:active 			{color:#231F19; text-decoration: underline;}
a:hover				{color:#231F19; text-decoration: none;}

.indent {text-indent: .50cm;}