@charset "utf-8";
.features {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ECE9D8;
	border: 2px solid #000000;
}
.moreinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #635734;
	border: 2px solid #000000;
}
.notesblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #420000;
	border: 2px solid #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #680608;
	border: 2px solid #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
li {
	margin-bottom: 5px;
	}
a.emaillink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.emaillink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.emaillink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.emaillink:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.emaillink:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	
a.footerlink:link {
	color: #000000;
	text-decoration: none;
}
a.footerlink:visited {
	color: #000000;
	text-decoration: none;
}
a.footerlink:hover {
	color: #000000;
	text-decoration: underline;
}
a.footerlink:active {
	color: #000000;
	text-decoration: none;
}
a.footerlink:visited:hover {
	color: #000000;
	text-decoration: underline;
}	
		
