body, div, p, select {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #474300;
	line-height: 140%;
}
body {
	background-color: #fff;
	margin: 0px;
}
div {
	padding: 0;
	margin: 0 0 10px 0;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
a, a:link {
	color: #656216;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #474300;	
	text-decoration:none;
}
a:active {
	color: #656216;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #474300;
	text-decoration:none;
}
a:visited {
	color: #656216;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #474300;
	text-decoration:none;
}
a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-decoration:none;
}
form {
	padding: 0;
	margin: 0;
}
select {
	background-color: #eee;
}
div.news {
	
}
div.newsentry {
	border: solid 1px #ccc;
	width: 195px;
}
div.newsdate {
	background-color: #eee;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	margin: 0;
}
div.newstext {
	padding: 5px;
	margin: 0;
}
div.newserror {
	color: #f00;
}

