#news #waste .inner {
	background-image: url(../cgi-bin/news/images/waste_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#news #newslist h4 {
	font-size: 110%;
	font-weight: bold;
	color: #6DC5D3;
}
#news #newslist .published {
	font-size: 85%;
	color: #999;
	margin-bottom: 10px;
}
#news #newslist #paging {
	color: #CCC;
	font-size: 90%;
	margin-left: 290px;
}
#news #newslist #paging .newer {
	margin-right: 10px;
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background-image: url(../cgi-bin/news/images/paging.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#news #newslist #paging .newer a {
	background-image: url(../cgi-bin/news/images/paging.gif);
	background-repeat: no-repeat;
	background-position: -16px 0px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	display: block;
}
#news #newslist #paging .older {
	margin-right: 10px;
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background-image: url(../cgi-bin/news/images/paging.gif);
	background-repeat: no-repeat;
	background-position: -32px 0px;
}
#news #newslist #paging .older a {
	background-image: url(../cgi-bin/news/images/paging.gif);
	background-repeat: no-repeat;
	background-position: -48px 0px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	display: block;
}



#news #newslist .entry {
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#news #newslist .new {
	color: #C00;
}
#news #newslist .files img {
	margin-right: 12px;
}
