body{
	margin: 0px;
	background-color:#000000;
}

.white{
	color: #ffffff;	
}

.gold{
	color: #BBA981;
}

td.navbar {
	color: #BBA67E;
	font-size: 12px;
	font-family:Verdana, Arial, sans-serif;
}

a, a:visited{
	color: #9A7C46;
	text-decoration:underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

td.navbar table tr td{
	color:#BBA67E;
	text-decoration: none;
}

td.navbar table tr td:hover{
	background-color:#BBA67E;
	color:#000000;
	text-decoration: none;
	cursor:pointer;
}

td.navbar table tr td.active{
	background-color:#BBA67E;
	color:#000000;
}


td.footernavbar {
	color: #FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, sans-serif;
	height: 16px;
}
.footernavbar a:link { color: #FFFFFF; text-decoration: none }
.footernavbar a:visited { color: #FFFFFF; text-decoration: none }
.footernavbar a:hover { color: #CCCCCC; text-decoration: underline }
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

td.content  {
	font-family: Georgia, Times, serif;
	font-size: 12px; 
	color: #BBA981;
}

h1  {
	font-size: 20px;
	font-weight: bold;
}

