body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.topmenu {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100px;
	position: relative;
	float: left;
}
a:link {
	color: #326332;
}
a:visited {
	color: #59AC59;
}
a:hover {
	color: #FF8000;
}
a:active {
	color: #FF8000;
}

/* IBL Defined */
.error {
	color: #FF0000;
}
.correctAnswer {
	color: #009966;
	font-weight: bold;
}
.incorrectAnswer {
	color: #993300;
	font-weight: bold;
}
.required {
	color: #FF0000;
}

/* ########### */

