.news-container{
	position:relative;
	float:left;
	width: 640px;
	padding: 10px;	
}

.news-title{	
	font-size: 20px;
	font-weight:bold;
	width: 630px;	
	padding: 0px;
	margin: 0 auto;
}

.news-data{
	width: 630px;
	padding: 5px;
	margin: 0 auto;
	text-align: justify;	
	float: left;
}

.news-image{
	float:left;
	margin: 0px 10px 5px 5px;
}

.news-text{
	text-align:justify;
	font-size: 14px;
	font-family: Tahoma;
}

a.link-news-title{
	font-family: Tahoma;
	font-size: 20px;	
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.link-news-title:hover{
	color: #1a8cc1;
	text-decoration: none;
	font-weight: bold;	
}

a.link-news-more{
	font-family: Tahoma;
	font-size: 12px;	
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.link-news-more:hover{
	color: #1a8cc1;
	text-decoration: none;
	font-weight: bold;	
}

.news-line{
	color: #1a8cc1;
}
