/* CSS Document */
#news-latest-container1, #news-latest-container2 {
	clear:both;
}
#news-latest-container1 a, #news-latest-container2 a {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}
.news-latest-title {
	font-weight: bold;
}
.news-latest-date {
	font-weight:normal;
	font-size: .9em;
	padding-right: 5px;
	color:#999;
}
.news-latest-item {
	display:inline;
	padding:10px;
	width:287px;
	float:left;
	overflow:hidden;
}

