/* CSS Document */
#booking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	margin-top: 40px;
	margin-bottom: 3px;
	background-image: url(btn_booking.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: center;
}

#booking a:link,
#booking a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#booking a:hover,
#booking a:active  {
	color: #FFFFFF;
	text-decoration: underline;
}