/* CSS Document */
.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #336600;
}
body {
	background-image: url(img/green_back.gif);
}
.style8 {font-family: "Trebuchet MS"; font-size: 13px; color: #999999; }


#mid-links a{
	color: #336600;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration: none;
	border:#794F12 solid 1px;
	display:block;
}

#mid-links a:hover {
	text-decoration: underline;
	font-family:"Trebuchet MS";
	color: #794F12;
	border:#336600 solid 1px;
}