.news_list_item
{
	padding: 				10px 0;
	margin: 				10px 0;
	border-bottom: 			1px solid #DDD;
}

.news_list_picture:link,
.news_list_picture:hover,
.news_list_picture:active,
.news_list_picture:visited
{
	display: 				block;
	padding: 				0;	
	margin-top: 			15px;
	text-align: 			right;
	margin-right: 			20px;
}

.news_list_date
{
	font-size: 				8pt;
	color: 					#333;
	color: 					#FF7B03;
	font-weight: 			bold;
}

.news_list_title:link,
.news_list_title:hover,
.news_list_title:active,
.news_list_title:visited
{
	display: 				block;
	font-size: 				11pt;
	font-weight: 			bold;
	color: 					#218FDB;
	margin-bottom: 			10px;
}

.news_list_shortdescription
{
	font-size: 				8pt;
	color: 					#333;
	font-weight: 			bold;
	font-style: 			italic;
}

.news_list_fulldescription
{
	font-size: 				8pt;
	color: 					#999;
	text-align: 			justify;
	margin-top: 			5px;
}

.news_list_fulldescription a:link,
.news_list_fulldescription a:hover,
.news_list_fulldescription a:active,
.news_list_fulldescription a:visited
{
	color: 					#777;
	font-weight: 			bold;
}

.news_list_seemore
{
	color: 					#218FDB;
	text-decoration: 		underline;
	text-align:				right;
	margin: 				10px 0;
	cursor: 				pointer;
	font-size: 				8pt;
	font-weight: 			bold;
}

.news_backlink:link,
.news_backlink:hover,
.news_backlink:active,
.news_backlink:visited
{
	color: 					#FF7B03;
	float: 					right;
	margin: 				10px 0;
}

.news_download:link,
.news_download:hover,
.news_download:active,
.news_download:visited
{
	color: 					#777;
	font-size: 				8pt;
	padding: 				5px;
	background-image: 		url(../images/news/pdf.png);
	background-repeat: 		no-repeat;
	background-position: 	left;
	padding-left: 			20px;
	margin: 				10px 0;
}