@charset "utf-8";
/* CSS Document */
body { padding:0; margin:0}
td img {display: block; } 
.Tour_Button {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: URL('images/button_off.jpg');
	width: 130px;
	height: 31px;
	padding-top: 7px;
	text-align: center;
	color: #ffffff;
	display:inline-block;
}

.Tour_Button:hover {
	background: URL('images/button_on.jpg');
	color:#7687bf;
}


