/* News list */
.colNewsList {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;	
	margin: 0 0 20px 0;
}

.colNewsList div {
	clear: both;	
	text-align: justify;
}

.colNewsList span {
	font-weight: bold;	
}

a.NewsList:link {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;	
	line-height: 14px;
	text-decoration: none;
}

a.NewsList:active {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;	
	line-height: 14px;
	text-decoration: none;
}

a.NewsList:visited {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

a.NewsList:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}