@charset "UTF-8";
.headline {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #5B4000;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
.buttons {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 10pt;
	text-transform: none;
	color: #333333;
	font-variant: inherit;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-transform: capitalize;
}

