div.news-container
	{
	margin-right: 55px;
	*margin-right: 45px;
	}
	
div.news-title
	{
	height: 70px;
	margin: 20px 0 10px 0;
	background: url('/images/icon_news.png') no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/icon_news.png');
	}
	
div.news-title span
	{
	padding-top: 15px;
	}
	
div.news
	{
	margin-bottom: 10px;
	}
	
div.news div.date
	{
	color: #7c7d7f;
	}
	
div.news h2, div.news div.text, div.news div.date
	{
	font-size: 70%;
	font-weight: normal;
	}
	
div.news h2
	{
	margin: 3px 0 10px 0;
	}
	
div.news a
	{
	color: #005aa7;
	}
	
div.news a:hover, a.archive-link:hover
	{
	text-decoration: none;
	}

a.archive-link
	{
	clear: both;
	display: block;
	text-align: left;
	color: #005aa7;
	font-size: 70%;
	margin-bottom: 30px;
	}

