/* CSS Document */
.news-item {
	height:100%;
	overflow:auto;
	border-bottom:1px solid #ccc; 
	margin:15px 0; 
	padding-bottom:10px
}

.news-item h3, .news-item h3 a {
	font-size:110% !important;
	color:#336699 !important;	
	margin:0 !important;
	padding:0 !important;
}


#news-details h4 {
	font-size:140% !important;
	color:#336699 !important;
}

#news-details ul, #news-details h3 {
	margin:0 !important;
	padding:0 !important;
}

.news-item h3 a {
	text-decoration:underline;
}

.news-item .news-date {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:90%;
}

#news-details .news-date {
	margin:5px 0;
	padding:0;
	font-style:italic;
	font-size:110% !important;	
	color:#B0B0B0;
}

.clearBoth {
	clear:both;
}
