/*toplinks {
	background-image: url(button_off.jpg);
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
}*/
a.toplinks {
	background-image: url(button_off.jpg);
	float: left;
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a.toplinks:hover {
	background-image: url(button_off.jpg);
	float: left;
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;	
}
/*top_clicked {
	background-image: url(button_on.jpg);
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
}*/
a.top_clicked {
	background-image: url(button_on.jpg);
	float: left;
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a.top_clicked:hover {
	background-image: url(button_on.jpg);
	float: left;
	width: 110px;
	height: 20px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
.bottom_links {
	font-family: Verdana;
	font-size: 10px;
	color: #8a774f;
	text-decoration: none;
}
.bottom_links a {
	padding-left: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #8a774f;
	text-decoration: underline;
}
.bottom_links a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #e24808;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #8a774f;
	text-decoration: none;
}
.content {
	font-family: Verdana;
	font-size: 12px;
	color: #655940;
	padding: 5px 5px 5px 20px;
}
.content a {
	font-family: Verdana;
	font-size: 12px;
	color: #6C8348;
	text-decoration: underline;
}
.content a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #6C8348;
	text-decoration: none;
}