/*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 {
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
}
/*News annotation styles End*/