.textArea p {
	padding-left:1em;
	margin-bottom:0em;
}
.textArea strong {
	color:#8F7D95;
}
/* 
	we overload the whiteBox top stuff here, as faq's have a purpl top to their white boxes with 
	the question in there 
*/
.whiteBox .top {
	display:block;
	background-color:#8F7D95;
	background-image: url(../graphics/whitebox_top_purple.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	color:#ffffff;	
	border-bottom:solid 2px #533A5A;
	height:auto;
}
	.textArea .top p {
		line-height:2em;
	}
	.textArea .top strong {
		color:#ffffff;
	}
.faqAnswer
{
	margin-top:4px;
}
