@charset "utf-8";
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005a8a;
	font-size: 16px;
}
.copy {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.AddyHDLN {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005a8a;
	font-style: normal;
	font-weight: bold;
}
.SubHdln {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a8944;
}
A:Link { 
	text-decoration:none;
	color:#005a8a;
}
A:visited {
	text-decoration:none;
	color:#9a8944;
}
A:Hover {
	text-decoration:underline;
	color:#9a8944;
}