@charset "utf-8";
/* CSS Document */

.latest_news_container{
	margin: 0px 8px 5px 0px;
	height: auto;
	position:relative;
	float:left;
	width:32%;

}

.latest_news_title{
	font-size: 16px;
	font-weight: bold;
	position:relative;
	float:left;
	width:100%;
	height:auto; 
	color: #333;
	margin: 0px 0px 20px 0px;
}
.latest_news_title a:link{
	color: #333; 
	text-decoration: none;
}
.latest_news_title a:hover{
	color: #333; 
	text-decoration: none;
}
.les_mer{
	width: 66px;
	height: 17px;
	margin: 5px 0px 0px 0px;
	border: solid 1px #CCC;
	padding: 2px 8px 2px 15px;
	background: url(../images/arrow.png) 4px 50% no-repeat;
	color: #cc0000; 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.les_mer a:link
{
	text-decoration: none;
}
