@charset "UTF-8";
.whiteheader {
	font-size: 30px;
	color: #FFF;
}
h1 { font-family: ‘Rosario’, san serif; font-weight: 400; }
.orangeheader {
	font-size: 30px;
	color: #F60;
}
.whitebodytext {
	font-size: 15px;
	color: #FFF;
}
.blackheader {
	font-size: 30px;
	color: #000;
}
.smblacktext {
	font-size: 11px;
	text-align: center;
}
.blackbold {
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.midweightorange {
	font-size: 20px;
	color: #F60;
}
.blackitalic {
	font-style: italic;
	color: #000;
}
.whitemidweight {
	font-size: 20px;
	color: #FFF;
}
.midweightgreen {
	color: #093;
	font-size: 20px;
}
.txtsmaller {
	font-size: 14px;
}
.largerorange {
	font-size: 25px;
	color: #F60;
}
.lgBlack {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 24px;
	font-weight: 100;
	color: #000;
}
