/*----------------------------------------------------------------------
faq/index.html
----------------------------------------------------------------------*/
h2 {
	clear: both;
	text-indent: -9999px;
	margin-top: 12px;
	padding-bottom: 6px;
	
}

h2.faq {
	background: url(../images/h2_q_title.gif) 0 0 no-repeat;
	width: 900px;
	height: 80px;
}



.top_txt {
	text-align: left;
	font-size: 90%;
	padding: 0px 0 2px 0px;
	line-height: 155%;

}


.faq_title {
	text-align: left;
	padding: 5px 0 2px 7px;
	margin-top: 10px;
	font-size: 90%;
	color: #570d0d;
	font-weight: bold;
	background-color: #f7f4f4;
	border-left: 7px solid #570d0d;
	border-bottom: 1px solid #570d0d;
}


.answer {
	text-align: left;
	font-size: 80%;
	padding: 7px 0 2px 14px;
	line-height: 155%;

}


.attention {
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	padding: 0px 0 5px 0px;
	line-height: 155%;

}























































