body {
	margin: 25px;
	padding: 0px;
	background-color: #BCD59E;
}
.ContentTD {
	background-color: #A7B868;
	width: 260px;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px;
	width: 260px;
}
#Content a {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}
#Content a:hover {
	color: #DCDCDC;
	text-decoration: underline;
	font-style: italic;
}
#Navigation {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 5px;
}
#Navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#Navigation a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
