/**************************************/
/* LATEST STORIES */

.latestTitle {
	font-family:			Georgia, serif;
	font-size:				20px;
	padding-bottom:			2px;
	border-bottom-width:	2px;
	border-bottom-style:	solid;
}

.latest {
	font-size:				12px;
	border-bottom:			1px dotted #888;
}

.latest .date {
	font-family:			'Trebuchet MS', Helvetica, sans-serif;
	font-size:				11px;
	color:					#555;
	text-decoration:		none;
}

.latest a {
	display:				block;
	padding-bottom:			3px;
	padding-top:			5px;
	padding-left:			3px;
	padding-right:			3px;
	font-family:			Georgia, serif;
	font-size:				11px;
	text-decoration:		none;
}

.latest a:hover {
	background:				#f8f8f8;
}

.noJS .latest a:hover .headline {
	text-decoration:		none;
}