/* FAQ */
.FAQ dt{
	font-weight:bold;
	margin-bottom:1em;
}

.FAQ dd {
	margin-left: 20px;
	margin-bottom: 2em;
}

/* JS_enabled Specific styles */

dl.js_enabled dt{
	cursor:pointer;
	color:#1e388e;
	text-decoration:underline;
}

