.body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	
}

.menu {
	color: #847000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	
}

:hover.menu {
	color: black;
	text-decoration: underline;
}


.header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	font-style: italic;
	background-image:url('images/top-bg.jpg')	
}

.footer 
{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #FFEE8D;
	font-family: Arial;
	text-decoration: none;
}

.footer a
{
    color: Gold;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
