/*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;
	background-color: transparent;
	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;
}

.bold{
	font-weight: bold;
}

.title_new{
	font-size: 12px;
	margin-bottom:3px;
	color: #F44500;
}

.redlink{
	color: #F44500;
	text-decoration:none;
}

.redlink:hover{
text-decoration: underline;
}

.fullNews{
	color: #921416;
	font-size: 11px; 
}

.button_style{
	border: none;
	height: 22px;
	width: 70px;
	font-weight:bold;
	color:#fff;
	background:#F44500 url(../images/submitBg.gif) no-repeat right top;
	}
/*News annotation styles End*/
