/* heading orange */
.orangeHeading {
	font: 24px Arial, sans-serif;
	font-weight: bold;	
	color: #EE8122; margin-bottom: 0;
}
/* heading gray */
.grayHeading {
	font: 18px Arial, sans-serif;
	font-weight: bold;
	color: #989898;
}

/* subheading gray */
.graySubheading {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #989898;	
	margin-bottom: 0;
}
/* subheading black */
.blackSubheading {
	font-size: 12px;
	margin-bottom: 5px;
}
/* Bullet item for News and Events landing page */
.newsEventsBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 9px;
	border-top-width: thin;
	border-top-style: solid;
}
