.links_body {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	height: auto;
	width: auto;
	border: thin solid #999999;
	margin: 0px;
	float: none;
	line-height: normal;
	background-image: url(images_body/_btn.gif);
	background-repeat: repeat;
	background-position: left top;

	}
.links_body:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	height: auto;
	width: auto;
	border: thin solid #999999;
	margin: 0px;
	float: none;
	line-height: normal;
	background-image: url(images_body/_btn_on.gif);
	background-repeat: repeat;
	background-position: left top;
}

.links_on {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	height: auto;
	width: auto;
	border: thin solid #999999;
	margin: 0px;
	float: none;
	line-height: normal;
	background-image: url(images_body/_btn_on.gif);
	background-repeat: repeat;
	background-position: left top;
}

