@charset "ISO-8859-1";
#content p, #content ul, #content ol {
	font-size: 13px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content h1, #content h2 {
	background: #FFF url(../images/eg_int_hdln_bckgd.jpg) repeat-y;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #FFF;
	padding-left: 9px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
#content .hdr {
	margin: 0px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#content h1 {
	font-size: 18px;
}
.question label    {
	font-size: 12px;
	margin-right: 18px;
}
.summary {
	display: block;
	width: 400px;
	float: right;
}
.question.alt {
	background: #eee;
}
.question.divide {
	border-bottom: 2px solid #999;
}
.cent {
	text-align: center;
}
