/* CSS Document */

#news_items {
	}
	
.news_item {
	margin: 0 0 40px;
	font-size: 12px;
	}
	
.news_item .content {
	margin: 5px 0 10px;
	}
	
.news_item h5 {
	color: #999;
	font-size: 12px;
	margin: 0 0 3px 0;
	line-height: 14px;
	}
	
.news_item h4 {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	}
	
.news_item .links {
	border-top: 2px solid #ddd;	
	border-bottom: 2px solid #eee;
	text-align: right;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;	
	}
	
.news_item .links a.pdf
{
	background:transparent url(pdf.gif) no-repeat scroll left center;
	padding:0pt 0pt 0pt 20px;
}	