
/* news */ 
table.news
{
	border-collapse: collapse;
}
.news td {
	padding: 2px
	}
.newstitle {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	}
.newsdate {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: bold;	
	}

.newsitemdescription {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 0px;
}
.newsitemdescription img {
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 0px;
}
.newsitemfooter {
	margin-top: 10px;
}