body
{
	background-color: #ffffff;
	color: #333333;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

/* DISPLAY "CLASS" STYLES */
.contentHeading1
{
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}

.contentHeading2
{
	color: #006699;
	font-size: 1.6em;
	margin-bottom: 5px;
}

.contentHeading3
{
	color: #FFFFFF;
	font-size: 1.1em;
}

.contentHeadingBookmark
{
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentHighlight
{
	color: #333333;
}

.contentHighlightBold
{
	color: #333333;
	font-weight: bold;
}

.contentTextSmall
{
	font-size: 0.8em;
}

.contentTextBold
{
	font-weight: bold;
}

