@charset "utf-8";
/* CSS Document */

#faqs { position:relative; }
#faqs h5	{ cursor:pointer; }
#faqs h5.active	{color:#09F;}
#faqs h5 {color:#09F; }
#faqs div   { position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

#faq_box {
	margin: 10px;
	padding: 5px;
}

#content .container_12 .grid_7 #faq_box #faqs h5 {
	color: #115384;
}

#faqs { position:relative; }
#faqs h3	{ cursor:pointer; }
#faqs h3.active	{color:#09F;}
#faqs h3 {
	color: #004F9D;
}

#content .container_12 .grid_7 #faq_box #faqs h3 {
	color: #39F;
}
