/* DISPLAY "CLASS" STYLES */
.contentTextSmall
{
	font-size: 0.7em;
}

.contentTextBold
{
	font-weight: bold;
}

.contentHeading1
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #070984;
	font-size: 1.4em;
	font-weight: bold;
}

.contentHeading2
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ababab;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentHeading3
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ababab;
	font-size: 0.9em;
	font-weight: bold;
}

.contentHighlight
{
	color: #070984;
}

.contentHighlightBold
{
	color: #070984;
	font-weight: bold;
}

