.faq_question
{
	color: #333333;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	margin: 1px;
	cursor: pointer;
	text-decoration: underline;
}

.faq_question:hover
{
	color: #FF8D8D;
}

.faq_answer
{
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	color: #4C4C4C;
	font-size: 12px;
	border: 1px dotted #AAAAAA;
}
