body {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
}
h1 {
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:#000000;
	line-height:20px;
	padding-bottom:4px;
	border-bottom:1px dashed silver;
}
h2 {
	color:#0076b3;
	font-size:16px;
	font-weight:bold;
	text-transform:none;
	font-style:normal;
	border:0;
}
h3{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	font-style:normal;
	border:0;
}
#document h1,
#pageContent h1,
.insideRead h1{
	color:#0076b3;
	font-size:20px;
	font-weight:normal;
	text-transform:none;
	font-style:normal;
	border:0;
}
.content {
	font-size:12px;
	margin-top:8px;
}
.content p{
	text-align:left;
	text-decoration:none;
}
.content .icon {
	float:left;
	margin-right:8px;
}
.content img {
	clear:both;
	border:2px solid silver;
	margin-bottom:8px;
}
.date {
	font-size:12px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top:12px;
	border-top:1px dashed silver;
	font-style:italic;
	font-size:12px;
}
a {
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

#subContent {
	display:none;
}
#pageContent .btn {
	display:none;
}

/* Survey */
.survey {
	font-size:12px;
}
.survey h4 {
	font-size:14px;
	margin:0;
	padding-top:8px;
	clear:both;
}
.survey em {
	background:#bde4f7;
	margin-right:8px;
	clear:both;
}
.survey p {
	margin:0 0 8px 0;
	padding:0;
}
.survey .warn {
	background:#bde4f7;
	color:#9e0b0f;
}
.survey ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
	margin:0;
}
.survey li {
	padding:0;
	clear:left;
}
.survey li img {
	vertical-align:-10%;
	padding-right:4px;
}
.survey li.scale  {
	clear:none;
	float:left;
	margin:0 8px 8px 0;
}

.surveyAnswers {
	margin-top:12px;
}

.surveyChart h4 {
	font-size:12px;
	margin:12px 0 0 0;
	clear:both;
}
.surveyChart ul {
	float:left;
	margin:4px 0 12px 12px;
	padding:0;
	list-style-type:none;
	font-size:11px;
	color:#555;
}
.surveyChart li {
	margin:0;
	padding:1px 0;
	line-height:12px;
	clear:both;
}
.surveyChart li span {
	padding:2px;
	float:left;
}
.surveyChart li .opt {
	width:170px;
	text-align:right;
}
.surveyChart li .viz {
	margin:0 5px;
	width:108px;
	background:#fff;
	border-left:1px solid #555;
}
/* end:Survey */