#latestNews {
	float: right;
	width: 330px;
	margin-right: 30px;
	padding-left: 30px;
}
#latestNews h2 {
	font-size: 110%;
	color: #B80039;
}

#latestNews ul {
	list-style-type: none;
}
#latestNews a {
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273233;
	display: block;
	font-size: 90%;
	line-height: 28px;
	color: #273233;
	text-indent: 6px;
}
#latestNews a:hover {
	background-color: #CCCCCC;
}

#latestNews a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #B80039;
	text-decoration: none;
}
#latestNews a.first {
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #273233;
}

