
#Survey {
	margin: 1em;
}

#Header {

}

#Questions {

}

#Response {

}

#ResponseText {
	color: black;
}

#ResponsePS {
	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

p {
}

.SubHead {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	color: #000959;
	margin: 1em 0 1em 0;
}

.ItemText {
	padding-left: 0.5em;
	list-style-type: circle;
	line-height: 150%;
}

.GroupHead {
	font-size: 1.1em;
	color: #F68C0E;
	text-transform: inherit;
}

.RatingText {
	padding-left:2em;
	font-size: 0.8em;
	color: #5F5F5F;
	font-style: italic;
}

.Copyright {
	font-size: 0.75em;
	color: #5F5F5F;

}

