body, td	{
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #B37509;
	background-color: #000000;
	margin: 0; 
	padding: 0;
	}



a	{
	color: #FF670C;
	text-decoration: none;
	}

a:hover {
	color: #BE4705;
	}

input, textarea, select {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #631418; 
	border: 1px solid;
	border-color:#BE4705; 
	padding: 0px 3px;
	letter-spacing: 1px;
	}

.titles	{
	text-transform: uppercase;
	margin-bottom: 3px;
	letter-spacing: 2px;
	font-size: 11px;
	color: #D87203;
	}


.nav	{
	text-align: justify;
	padding: 20px;
	padding-top: 10px;
	}

.nav li	{ list-style-type: none; }


.nav li a	{
	background: #BE4705;
	color: #000000;
font-weight: normal; 
	font-size: 12px; 
	display: block;
	padding-left: 5px;
   padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 5px; 
	line-height: 12px;
	background: #9A3904; 
	border-top: #000000 2px solid; 
	border-bottom: #000000 8px solid; 
	border-right: #BE4705 0px solid;
	border-left: #B37509 5px solid;
	letter-spacing: 1px; 
	text-align: left; 
	}

.nav li a:hover	{
	text-decoration: none;
	letter-spacing: 1px;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 2px 9px;
	margin-bottom: 3px;
	background: #000000;
	border-left: 5px solid #E28A0F;
	border-bottom: 1px solid #000000;
	color: #BE4705;
	}