@charset "UTF-8";
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.sub {
	font-family: "Hoefler Text";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

