/*CSS*/
.hink 		{
	font-size: 50%;
	padding: 0;
}

.hink:hover	{
	color: #009E49;
}

.maintd0012	{
	font-size: 100%;
	width:50%;
	vertical-align:top;
	border: 1px solid #A2A6BF;
	border: 1px solid #51587C;
	border-top-width: 3px;
	border-bottom-width: 3px;
	padding: 10px 100px 10px 10px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-image: url(../images/bg_ruce_off.jpg);
	cursor: hand;
}

.maintd0012:hover 	{
  background-color: #eee;
  
  background-image: url(../images/bg_ruce_on.jpg);

}