.overview {
	margin-top: 10px;
	margin-bottom: 10px;
}
.overview .item H3 {
	color: #00589d;
}
.overview .item_table {
	
}
.overview .item A {
	text-decoration:none;
	color: #00589d;
	display: block;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.overview .item A:hover {
	background-color: #f1f8ff;
	border: 1px solid #e3e3e3;
}
.overview .description_image {
	padding: 4px 8px 4px 0px;
}
.overview .item .title {
	float: left;
	font-weight: bold;
}
.overview .item .date {
	color: #999999;
}