.columnHeader {
	font-weight: bold;
	text-align: center;
}
.columnNormal {	
	text-align: center;
}
.optionsList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	text-decoration: underline;
	border: thin inset #CCCCCC;
	list-style-type: circle;
	list-style-position: inside;

}
tr.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 180%;
	background-color: #000066;
	border: thin groove #0033FF;
}
tr.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
table.standard {
	border: medium groove #000066;
	position: relative;
	top: 60px;
	padding: 2px;
}
table.surveyQuestion {		
}
table.surveyQuestionResponses {
	border: medium groove #000066;
	padding: 2px;		
}
tr.prompt {
	font-weight: bold;	
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000066;
}
tr.response {
	text-align: left;
}
