/* Standard CSS for all interfaces */
a.sectionLink:hover, a.sectionLink:active, a.sectionLink:link, a.sectionLink:visited  {
	font-family: Arial;
	font-size: 10pt;
	font-weight: BOLD;
	color: 000080;
}
.normalStyle { 
	font-family: Arial;
	font-size: 12pt;
	color: black;
	text-align:left;
}
.mainStyle { 
	font-family: Arial;
	font-size: 12pt;
	font-weight: BOLD;
	color: black;
}
.largerStyle { 
	font-family: Arial;
	font-size: 14pt;
	font-weight: BOLD;
	color: black;
}
.testQuestionStyle { 
	font-family: Arial;
	font-size: 11pt;
	font-weight: BOLD;
	color: black;
	text-align:left;
}
.alertStyle { 
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: BOLD; 
	color: 800000; 
	text-align:center; 
}
.answerResultStyle { 
	font-family: Arial; 
	font-size: 11pt; 
	font-weight: BOLD; 
	color: 800000;
	text-decoration: underline;
}
.descriptionStyle { 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: BOLD; 
	color: black; 
}
.agreeStyle { 
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: BOLD; 
	color: white; 
	text-align:left; 
}
.questionStyle { 
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: BOLD; 
	color: white; 
	text-align:left; 
}
.trueFalseQuestionNumberStyle { 
	font-family: Arial; 
	font-size: 12pt; 
	color: black; 
	text-align:left; 
}
.trueFalseQuestionTextStyle { 
	font-family: Arial; 
	font-size: 12pt; 
	color: black; 
	text-align:left; 
	background-color:white;
}
.blueStyle { 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: BOLD; 
	color: 000080; 
}