dl.faq{
	width: 100%;
	margin: 20px 0;
	line-height: 1.8em;
	font-size: 110%;
	overflow: hidden;
	_zoom: 1;
}
dl.faq dd,
dl.faq dt{
	text-indent: -2.6em;   
	padding: 0 20px 0px 50px;
	font-size: 110%;
}
	dl.faq dd ul,
	dl.faq dd ol{
		text-indent: 0em;   
		margin: 0 0 0 20px;
		padding: 0;
	}
	dl.faq dd table{
		text-indent: 0em;   
		margin: 0 0 0 20px;
		padding: 0;
	}
dl.faq dt{
	font-weight: bold;
	margin: 20px 20px 0 0;
}
dl.faq dd{
	margin: 20px 0 -1px 0;
	padding-bottom:15px;
	border-bottom: 1px #c1c4c4 dotted;
}
dl.faq dd:first-letter,
dl.faq dt:first-letter{
	font-size: 1.6em;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
	font-family: 'Nunito', sans-serif;
}
dl.faq dt:first-letter{
	color: #0F78E1;
}
dl.faq dd:first-letter{
	color: #ff6767;
}

