.bodyfont {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.subheaderfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.headerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 13pt;
}
.ThatIsCorrect {
	color: #006600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	display:none
}
.ThatIsIncorrect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #990000;
	font-weight: bold;
	display:none
}
.TrueOrFalse {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
}