.pageheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	}

.glossaryTerm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.pageHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	margin-top: 25px;
}

.answerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	display: none;
}

.answerTextCorrect {
	display: inline;
	color: #009900;
	font-weight: bold;
}

.answerTextWrong {
	display: inline;
	color: #FF0000;
	font-weight: bold;
}

.spacerRow {
	height: 5px;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

