body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	margin-top: 16px;
}
/*td {
	text-align: left;
}*/
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
#error, .error{
	color: #CC0000;
	font-weight: bold;
}
.largeerror {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#questiongroup {
	margin-top: 20px;
	text-align: left;
}
#questiongroup strong {
	color: #CC0000;
	font-weight: bold;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.questionsheight {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.normalresultsanswer {
	color: #000;
	font-weight: bold;
	padding: 6px;
}
.selectedresultsanswer {
	color: #FFF;
	background-color: #C00;
	font-weight: bold;
	padding: 6px;
}
.notselectedresultsanswer {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	padding: 6px;
}
.normalfiltertoggle {
	color: #000;
	font-weight: bold;
	padding: 10px;
	line-height: 21px;
}
.selectedfiltertoggle {
	color: #FFF;
	background-color: #C00;
	font-weight: bold;
	padding: 10px;
	line-height: 21px;
}
.smallfield {
	font-size: 10px;
	line-height: 14px;
}
.space {
	margin: 0px;
	padding: 5px;
}
.yescol {
	color: #FFF;
	background-color: #CC0000;
	font-weight: bold;
}
.lighter {
	color: #666666;
/*	font-size: .8em;*/
}

.nocol {
	color: #333;
	font-weight: bold;
}
.twocolseparator {
	background-color: #fff;
}