@charset "utf-8";
/* CSS Document */

#news_summary {

}

	.news_item {
		margin: 18px 0;
		min-height: 1px;
		}
		
	* html .news_item {
		height: 1px;
		}
		
	.news_item:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}

	.news_item h3 {
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		text-transform: none;
		letter-spacing: normal;
		}
		
	.news_item .date {
		color: #999;
		font-size: 10px;
		}
		
	.news_item img {
		width: 50px;
		float: left;
		margin: 0 10px 0 0;
		}
		
		
#news_article {}

	#news_article h1 {
		margin: 0;
		}

	#news_article .date {
		color: #999;
		margin: 0;
		}