.item th {
	font-weight: bold;
	color: #D3B246;
	padding-bottom: 5px;
	padding-left: 18px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;

	text-align: left;
	font-size: 115%;
	line-height: 140%;
}
.item td {
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.btnbg a {
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(../img/btnbg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 25px;
	width: 260px;
	display: block;
	font-weight: bold;
	text-align: center;
}

