/*News container on home above webpoll*/
.leftHomeNews {
	height: 280px;
	overflow: hidden;
}


/*News annotation styles Begin*/
.shortNews, .shortNewsSel {
	margin: 5px 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	font-weight: normal;
}

.shortNewsSel {
	border: solid 1px #595959;
	border-width: 1px 0px;
}

.newsAnnotation {
	text-align: justify;
}

.newsAnnotation p {
	margin: 0px;
	display: inline;
}

.newsMeer {
	color: #1C4C9C;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
}
a.newsMeer {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: 100;
	line-height: 14px;
	color: #1C4C9C;
	vertical-align: bottom;
	text-align: left;
	text-decoration: underline;
}
a.terug {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	line-height: 14px;
	color: #1C4C9C;
	cursor: hand;
	vertical-align: bottom;
	text-align: left;
	text-decoration: none;
}

/*News annotation styles End*/