/*body {
	font-family: Verdena, Arial, Helvetica;
	font-size: 11px;
}
*/

.LatestHeading {
	font-size: 1em;
	color: black;
	font-weight: 900;
	background-color: #f5deb3;
}

.LatestText {
	margin: 6px;
	line-height: 2em;
}

.LatestDate {
	color: #A0522D;/* Sienna */
	font-weight: 900;
	font-size: 90%;
}

.LatestShowAll a {
	color: #A0522D; /* Sienna */
	font-size: 90%;
	font-weight: 900;
	padding-top: .5em;
	padding-left: .5em;
	text-decoration: none;
}

.LatestShowAll a:hover {
	color: #60321c; /* Darkest Brown */
}

.LatestItem {
	padding: 3px;
}

.LatestItem a {
	font-size: 90%;
	font-weight: 900;
	margin: 5px;
	border: none;	
	color: #bd7235; /* Complimentary Sienna */
	text-decoration: none;		
}

.LatestItem a:hover {
	color: #a0522d; /* Sienna */
	text-decoration: underline;	
}