.greenStyleLay .newsEntry{
	margin: 0 5px;
	padding-top:20px;
	border-bottom:#CCC solid 1px;
}

.greenStyleLay .newsEntry:first-child{
	padding-top:15px !important;
}

.greenStyleLay .newsEntry h2{
	margin:0;
}
.greenStyleLay .newsEntry h2 a{
	font-size:17px;
	color:#2b8518;
	text-decoration:none;
}

.greenStyleLay .newsEntry h2 a:hover{
	color:#666;
}

.greenStyleLay .newsEntry .newsData{
	padding:0 0 5px 0;

}

.greenStyleLay .newsEntry .newsData .newsDispOpt{
	float:right;
	position:relative;
	top:-20px;
	right:0px;
}

.greenStyleLay .newsEntry .newsData span{
	font-size:10px;
	color:#888;
}

.greenStyleLay .newsEntry .newsData span a{
	color:#555;
	text-decoration:none;
}

.greenStyleLay .newsEntry .newsData span a:hover{
	color:#888;
}

.greenStyleLay .newsEntry .newsBody{
	color:#333;
	font-size:13px;
	overflow: auto;
	width: 100%
}

.greenStyleLay .newsEntry .newsBody img.fltlft{
	max-height:150px;
	max-width:150px;
}

.greenStyleLay .newsEntry .newsLinks,
.greenStyleLay .newsEntry .newsLinks a{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
.greenStyleLay .newsEntry .newsLinks{
	text-align:right;
	vertical-align:top;
	margin:10px 0;
	
}
.greenStyleLay .newsEntry .newsLinks img{
	height:12px;
}

.greenStyleLay .newsEntry .newsLinks a:hover{
	color:#419415;
}

