body{
	background-color: black;
	}
td{

	overflow: auto;
	font-family: Times serif;
	font-size: 10pt;
	color: #555555;
	text-decoration: none;
	margin: 3px;
	
	
}

p{
	font-family: Times serif;
	font-size: 10pt;
	color: #555555;
	text-decoration: none;
	text-align: justify;
	
}


a:link, a:visited{ 
	color: #333333;
	cursor: finger;
	font-size: 9pt;
	font-family: times serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover{ 
	color: #5E3338; 
	cursor: finger;
	font-family: times serif;
	font-weight: bold;
	text-decoration: none;

}

a:active{
	text-decoration: none;
}



h4{
	color: #8d7458;
	font-family: Times;
	font-size: 18pt;
	font-weight: bold;	 
	
}	

h1{

	color: #666666;
	font-family: times;
	font-weight: bold;
	font-size: 12pt;
	}
h2{

	color: #666666;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12pt;
	}	

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style:   none;
	position:  absolute;
}

#nav a {
	display:  block;
	letter-spacing: 1px;
	padding: 0 11px 0 0;
	width: 7em//;
}

#nav li {
	float: left;
	width: 7em//;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}