.faq{
	font-size: 14px;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	display: inline-block;
	width: 90%;
}
.faq h2{
	color: #b92722;
}
.faqbox{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 15px;
}
.faqquestion{
	/*padding-left: 5px;*/
	width: 100%;
	text-align: left;
	height:40px;
	line-height: 40px;
	font-weight: bold;
	color:brown;
	background-color: #cccccc;
}
.faqanswer{
	width: 100%;
	text-align: left;
}
.faqanswer p{
	width: 100%;
	word-wrap: break-word;
	word-break: normal;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent:2em;
}