body{
background-color:#E6DFDB;
padding:0;
margin:0;
}

a.menu:link {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #D9C4A7;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #D9C4A7;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #D9C4A7;
	text-decoration: underline;
}

.normalTxt {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
	
}

.normalHeading {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}



.copyright {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #997F6F;
	text-decoration: none;
	
}