.questions {
	width: 260px;
	float:left;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
}
.questions ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
.questions li  {
	color:#7682A6;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}
#activeQuestion {
	color: #E2001A;
}
.questions #activeQuestion a, .questions #activeQuestion a:visited  {
	color: #E2001A;
}
.questions a, .questions a:visited {
	color:#7682A6;
	text-decoration: none;
}
.questions a:hover {
	text-decoration: underline;
}
.answer {
	width: 290px;
	float: left;
	margin-left: 10px;
	font-family: Arial;
	font-size: 13px;
}
.answer p {
	margin-top: 0px;
	color:#7682A6;
	line-height: 20px;
}
.answer ul {
	color:#7682A6;
	padding: 0;
	margin: 0;
}
.answer li {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	line-height:20px;
}
.label {
	font-weight: bold;
	margin-bottom: 5px;
	color: #E2001A;
}