
/* ==== Index of questions ==== */
div#faq-index {
}

div#faq-index div.faq-index-group {
}

div#faq-index div.faq-index-group p.faq-index-question {
	margin: 0;
}
div#faq-index div.faq-index-group p.faq-index-question a {
}



/* ==== List of questions and answers ==== */
div.faq-group {
}

div.faq-group div.faq-entry {
	border: 0 solid #DADADA;
	border-bottom-width: 1px;
	padding: 0.5em 0;
	padding-bottom: 1em;
}

div.faq-group div.faq-entry p.faq-question a {
	margin-bottom: 5px;
	color: #373737;
	font-family: "Arial";
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}
div.faq-group div.faq-entry p.faq-question a:hover {
	color: #0026A2;
}
div.faq-group div.faq-entry p.faq-question a.faq-question-number {
	color: #0026A2;
	text-decoration: none;
}


div.faq-group div.faq-entry div.faq-answer {
}


/* === Redfine a little == */
#body div.faq-group h2.strong-h2 {
	margin-bottom: 0;
}