div#webNews {
	position: absolute;
	right: 20px;
	width: 200px;
	top: 100px;
	background-image: url(../images/peopleServices.gif);
	background-repeat: no-repeat;
}

div#webNews h4 {
	color: #FF9900;
	padding: 0px;
	margin-top: 100px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
div#webNews h5 {
	font-size: 11px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



div#webNews ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#webNews li {
	margin-bottom: 7px;
}


div#webNews   li a {
	text-decoration: none;
	color: #999999;
}

div#webNews   li a:hover {
	text-decoration: underline;
}


.newsH4grey {
	color: #999999;
}
