.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.addresstext a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;  
}
.addresstext a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline; 
}
.addresstext a:hover {
	font-weight: normal;
	color: #EDA002;
	text-decoration: underline; 
}
.addresstext a:active {
	font-weight: normal;
	color: #EDA002;
	text-decoration: underline; 
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.navtext a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}
.navtext a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}
.navtext a:hover {
	font-weight: bold;
	color: #D0C9C4;
	text-decoration: none; 
}
.navtext a:active {
	font-weight: bold;
	color: #D0C9C4;
	text-decoration: none; 
}
.copytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
font: bold; 
text-align: center;
font-size: 14px
}
a:link {
	color: #00446A;
	text-decoration: underline;
}
a:visited {
	color: #00446A;
	text-decoration: underline;
}
a:hover {
	color: #6C6966; 
	text-decoration: none;
}
a:active {
	color: #6C6966;
	text-decoration: underline;
}