body
{
	background-color: #ffffff;
	color: #000000;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* 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;
}

.listMediumSpacing li
{
	padding-bottom: 10px;
}

.listMaxSpacing li
{
	padding-bottom: 15px;
}

.displayBox
{
	border: double #cdcdcd;
	padding: 5px;
}

