<style>

.none {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.body_text {
	font-family: serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #514843;
}

.body_text a:link {
	text-decoration: underline;
	color: #514843;
	}

.body_text a:visited {
	text-decoration: none;
	color: #675D54;
	}
	
.body_text a:hover {
	text-decoration: none;
	color: #675D54;
	}
	
.body_text a:active {
	text-decoration: underline;
	color: #514843;
	}
	
	
.header-1 {
	font-family: serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #556E6A;
}

	
.link_border a:link img {
	border: 1px solid #514843
	}	
	
.link_border a:visited img {
	border: 1px solid #514843
	}	

.link_border a:hover img {
	border: 1px solid #514843
	}	

.link_border a:active img {
	border: 1px solid #514843
	}	

	
	
.copyright {
	font-family: serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #514843;
	padding-top: 5px;
}

</style>