/* DISPLAY "CLASS" STYLES */
.contentHeading1
{
	color: #6cc4c6;
	font-size: 1.2em;
	font-weight: bold;
}

.contentHeading2
{
	color: #69c6ca;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentHeading3
{
	color: #023962;
	font-size: 1.0em;
	font-weight: bold;
}

.contentHeadingBookmark
{
	color: #69c6ca;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentHighlight
{
	color: #023962;
}

.contentHighlightBold
{
	color: #023962;
	font-weight: bold;
}

.contentTextSmall
{
	font-size: 0.8em;
}

.contentTextBold
{
	font-weight: bold;
}

