#faq
{
	font-family: arial;
}

#faq p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#faq a
{
	text-decoration: none;
	color: #000000;
}

#faq a:hover
{
	color: #95a02a;
}

#answer1, #answer2, #answer3, #answer4, #answer5, #answer6, #answer7, #answer8
{
	padding: 20px;
	display: none;
	font-family: verdana;
	color: #FFFFFF;
	background-color: #03264C;
	background-image: url('../images/site/faqBottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;

}