#answers{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
}
#answers div{
	font-size: 14px;
	color: #128FED;
	padding-top: 2px;
	font-weight: bold;
	background-image: url(../images/_answer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#answers p{font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;}
	
	
#answers ol{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00CCFF;
	padding: 1px;
	border: 1px solid #0099FF;
	float: right;
}

#answers ol a:link, #answers ol a:visited, #answers ol a:hover{color:#FFFFFF; text-decoration:none;} 
	

#question{
	background-image: url(../images/_question.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 13px;
	font-weight: bold;
}

	
#question a:link{	color:#0F498A;	text-decoration: none;}
#question a:visited{ color:#0F498A; text-decoration: none;}
#question a:hover{	color:#519AEC;}



