/* CSS Document */
#h1 {
	background-image: url(images/h1.jpg);
	float: left;
	height: 40px;
	width: 490px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.h2_1{
	background-image: url(images/h2_1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 470px;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	color: #FFFFFF;
}
.h2_1_a{
	background-image: url(images/h2_1_a.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 450px;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 40px;
	color: #FFFFFF;
}
.faqbox {
	float:left;
	width: 430px;
	height: auto;
	padding-left: 30px;
	padding-bottom: 7px;
	padding-top: 10px;
	margin-left: 10px;
	background-image: url(images/q.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
}
.ansbox {
	float:left;
	width: 425px;
	height: auto;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 10px;
	background-image: url(images/answer.gif);
	background-color:#F7F7F7;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.faqbtn {
	float:left;
	width: 470px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}
