.barGrey {
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	height: 15px;
}
.hangingMarginLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 1px;
	text-align: center;
}
.circleCellBkg {
	background-image: url(/images/i-grey-circle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.circleNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
}
.questionCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.questionCopyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
}
.questionHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.questionHeaderLarge
{
	font-weight: bold;
	font-size: 24pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.tableFix {
	font-size: 1pt;
}
.optionCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 24px;
	color: #000000;
}
.optionCopyLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24px;
	color: #000000;
}
.barPurple {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
	height: 0px;
}
.barGreen {
	background-color: #006600;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	height: 15px;
}
.headerCopyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
}
.headerCopyPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #605CA8;
	text-transform: uppercase;
}
.alignRight {
	text-align: right;
}