	
/***************************************************
	NEWS > LISTING
*/

.module-news .summary {
	margin: 20px 0;
}

.module-news .summary H3 {
	font-weight: normal;
	font-size: 140%;
}

.module-news .summary H3 A {
	color: #00366c;
	text-decoration: none;
}

.module-news .summary H3 A:hover {
	text-decoration: underline;
}

.module-news .summary P.date {
	font-style: normal;
	font-size: 80%;
	color: #a1a1a1;
	margin: 4px 0 6px;
	display: block;
}

/***************************************************
	PAGE > NEWS > CONTENT
*/

.news #content .module-news .timenav {
	display: none;
}

.news #content .module-news P.date {
	color: #998866;
}

/****
	Time Nav
****/

.module-news UL.timenav {
	list-style: none;
	margin: 1em 0;
	text-align: center;
	overflow: hidden;
	background: #F1F1F1;
	padding: 0.4em;
}


.module-news UL.timenav LI {
	display: inline;
	color: #999;
}

.module-news UL.timenav LI A {
	padding: 2px;
}

.module-news UL.timenav LI EM {
	font-weight: bold;
	font-style: normal;
	color: #333;
}

.module-news UL.timenav LI IMG {
	vertical-align: middle;
	border: 0;
}

.module-news UL.timenav LI.selected A {
	font-weight: bold;
}