/* CSS Document */

h3 {
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	text-align: left;
	width: 700px;
	margin: 16px auto 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bolder;
}
p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin: 0px auto 20px;
	width: 680px;
	text-align: left;
}
