div.faqcontainer
{
	clear					: both;
	padding-top				: 15px
}

div.faquestion
{
	background-image		: url('../images/addsenceicon01.jpg');
	background-position		: 0px 8px;
	background-repeat		: no-repeat;
	padding					: 5px;
	padding-left			: 19px;
	line-height				: 13px;
	font-size				: 10px;
	font-weight				: bold;
	text-decoration			: none;
	cursor					: pointer
}

div.faquestion:hover
{
	text-decoration			: underline
}

div.faqanswer
{	
	padding					: 5px;
	padding-left			: 19px;
	font-size				: 10px;
}