

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #ffffff;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	font-weight: 400;
}

.whiteTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	font-weight: 800;
}

.whiteTextBoldUL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	background-color: #000000;
	font-weight: 800;
	text-decoration: underline;
}


.redTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #f00;
	background-color: #000000;
	font-weight: 800;
	margin-left: 4px;
}

.goldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A49260;
	background-color: #000000;
	font-weight: 700;
}

td#AnswerRed {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

td#blue {
	background-color: #0B215A;
	border: none;
	padding: 0px 4px 0px 4px;
}

td#purple {
	background-color: #6633cc;
}

td#black {
	background-color: #000000;
	padding-left: 4px;
}
input {
	width: 80px;
}
select {
	width: 80px;
}