.home div.home-content {
	padding: 3px 10px;
	margin: 0;
	line-height: 150%;
}

.home div.home-content h4 {
	line-height: 200%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home h3 {
	font-size: 16px;
	height: 30px;
	line-height: 200%;
	margin: 0;
	padding-bottom: 3px;
}

.home ul {
	padding: 10px 10px 20px;
	margin: 0;
	list-style-type: none;
}

.home ul li:first-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top: 1px solid #eee
}

.home ul li:last-child {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom: 1px solid #eee
}

.home ul li {
	padding-left: 20px;
	border: 1px dotted #D7D7D7;
	padding-bottom: 4px;
	padding-top: 10px;
	display: block;
}

.home ul li a {
	color: #000000;
	display: block;
	background: url(/images/arrow.png) no-repeat scroll right center transparent;
}

