/* DISPLAY "CLASS" STYLES */
.contentTextSmall
{
	font-size: 0.7em;
}

.contentTextBold
{
	font-weight: bold;
}

.contentHeading1
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	color: #0c1975;
	font-size: 1.4em;
	font-weight: bold;
}

.contentHeading2
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	color: #0c1975;
	font-size: 1.1em;
	font-weight: bold;
}

.contentHeading3
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	color: #0c1975;
	font-size: 0.9em;
	font-weight: bold;
}

.contentTextHighlight
{
	color: #ff00ff;
}

.contentTextHighlightBold
{
	color: #ff00ff;
	font-weight: bold;
}

