@charset "utf-8";
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	line-height: normal;
}
.secondaryheadline {
	font-size: 20px;
	color: #CC3300;
	font-weight: bold;

}
.redbold {
	font-weight: bold;
	color: #CC3300;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.Subheadline {
	font-size: 18px;
	font-weight: bold;
}
.bolded {
	font-size: 14px;
	font-weight: bold;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
}
.yellowhighlight {
	font-size: 15px;
	background-color: #FFFF00;
	font-weight: bold;
}
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 9px;}