#NewsList p a {
	color: #707173;
}

#RecentArticles {
	margin: 0;
	padding: 0;
	list-style: none;
}

#RecentArticles li {
	background: url('../../images/DottedLine_Horizontal.jpg') repeat-x bottom;	
}

#RecentArticles li a {
	color: #0098d4;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#RecentArticles li a span, #NewsList h3 a span {
	display: block;
	font-size: 0.9em;
	color: #888;
	
}

#RecentArticles li a:Hover, #RecentArticles li a.Active {
	color: #000;	
}

.Pagination {
	text-align: center;	
}
