.news_list_title
{
	color: 			#DDD;
	font-size: 		11pt;
	font-weight: 	bold;
	padding: 		5px 0 0 0;
}
.news_list_date
{
	color: 			#DDD;
	font-size: 		9pt;
}
.news_list_shortdescription
{
	padding: 		10px 0;
	text-align: 	justify;
	font-style: 	italic;
	color: 			#FFF;
	font-size: 		8pt;
}
.news_list_fulldescription
{
	padding: 		5px 0;
	color: 			#AAA;
	font-size: 		8pt;
}
.news_list_item
{
	margin: 15px;
}

.news_list_picture img
{
	border: 0;
}

.news_list_item table
{
	background-image: 		url(../images/commons/separator.png);
	background-repeat: 		repeat;
	background-position: 	top left;
}

.news_list_item td
{
	background-color: 		#4A4C4A;
	padding: 				20px;
}
.news_list_item td.news_picture
{
	background-color: 		#373938;
}

.news_list
{
	background-image: 		url(../images/news/news_title.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	padding-top: 			70px;
}