div#newsentry #date {
	font-size:12px;
	color:#05a0a4;
	margin-top:18px;
	margin-bottom:10px;
}

div#newsentry #title {
	font-size:14px;
	color:#05a0a4;
	font-weight:bold;
}

p { line-height:16px; }

/* PAGINATION */

div#pages {
	width:681px;
	height:22px;
	padding: 6px 17px 0 18px;
	margin-left:0px;
	border-top:1px solid  #E6EBEA;
	clear:both;
	font-weight:bold;
}

div#pages img {
	margin:0 3px;
	position:relative;
	top:1px;
	width:10px;
	height:10px;
}

div#pages a{
	color:#57007B;
	float:left;
	margin:0 7px;
	text-decoration:none;
	height:19px;
	line-height:19px;
	text-align:center;
}

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

div#pages a.currentpage {
	background:url(pagecurr.gif) no-repeat top left;
	color:#fff;
}

div#pages a#nextpage {
	float:right;
}