a:link {
color: #FF6900;
text-decoration: none;
font-weight: bold;
}
a:visited {
text-decoration: none;

color: #FF6900;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: #FF6900;
font-weight: bold;
}
a:active {
text-decoration: none;
color: #FF6900;
font-weight: bold;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF6900;
}
.addresstext {
	font-size: 10px;
	color: #003225;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.moretext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
