#news table{
	border-left:3px solid #c3c3bc;
	border-right:3px solid #c3c3bc;
	border-bottom:3px solid #c3c3bc;
}
#news table td{
	background-color:#edeacf;
}
.news-title{
	margin:2px 30px;
	padding:0;
	font-size:90%;
}
.news-title a:link{
	color:#541A05;
	text-decoration:none;
}
.news-title a:visited{
	color:#666666;
	text-decoration:none;
}
.news-title a:hover{
	color:#e7483c;
	text-decoration:underline;
}
.news-title a:active{
	color:#666666;
	text-decoration:none;
}

h1 {
	font-size: 80%;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding:0;
}
h2 {
	margin:10px 0;
	padding:2px;
	font-size: 110%;
	background-color:#c6eaa5;
	color: #0e5305;
	font-weight: bold;
}
h3 {
	margin:2px 0;
	font-size: 110%;
	font-style: normal;
	color: #602C02;
	border-bottom:3px solid #999999;
	font-weight: bold;
}
h3 a:link {
	color: #602C02;
	text-decoration: none;
}
h3 a:visited {
	color: #602C02;
	text-decoration: none;
}
h3 a:hover {
	color: #85002c;
	text-decoration: underline;
}
