#scInteractiveContent{
	margin:0 auto 10px;
	padding:20px 0;
	width:545px;
}
#scInteractiveContent a.scInteractiveContentQuestion{
	background-position:0 7px;
	background-repeat:no-repeat;
}
#scInteractiveContent a.scInteractiveContentQuestion, #scInteractiveContent a.scInteractiveContentQuestionChosen{
	margin:0 20px;
	padding:5px 10px 10px 20px;
	border-bottom:1px solid #D6E4FF;
	display:block;
	color:#000;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}
#scInteractiveContent a.scInteractiveContentQuestion:hover{
	text-decoration:none;
}
#scInteractiveContent a.scInteractiveContentQuestionChosen{
	background-position:0 7px;
	background-repeat:no-repeat;
	position:relative;
}
#scInteractiveContent .scInteractiveContentAnswer {
	display:none;
	padding:10px;
}	
#scInteractiveContent .scInteractiveContentAnswerPadding{
	padding:10px;
	border-bottom:1px solid #D6E4FF;
}
#scInteractiveContent .scInteractiveContentAnswerShow, #scInteractiveContent .scInteractiveContentAnswer{
	overflow: hidden;
	background-color: #fff;
	margin:0 20px 5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#scInteractiveContent .scInteractiveContentHeader{
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#0d3b77;
	margin:0 20px 10px;
}
#scInteractiveContent .scInteractiveContentExpandAllContainer{
	text-align:right;
	padding:5px 0;
	display:none;
}
#scInteractiveContent .scInteractiveContentExpandAllText{
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}
#scInteractiveContent .scInteractiveContentToTop{
	text-align:right;
	display:none;
}
#scInteractiveContent .scInteractiveContentHidden{
	visibility:hidden;
}
