#lead ul li a {
	font-size: 14px;
	text-decoration: none;
}
#lead ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-position: 0px 10px;
}
section {
	margin-bottom: 30px;
	display: block;
}
article h4 {
	background-image: url(../faq/images/h4_bg.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 28px;
	padding-bottom: 5px;
}
article #lead h3 {
	margin-bottom: 10px;
}

