/* Booking Engine */
#container{
	padding:5px;
	border: 1px #000000 solid;
	background-color: #e9e6dd;
}
#bookingEngine td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bookingEngine a:hover{
	font-size:14px;
	color: #ab5309;
	text-decoration: underline;
	font-style: normal;
}
#bookingEngine a:link, #bookingEngine a:visited{
	font-size:14px;
	vertical-align:bottom;
	color: #ab5309;
	text-decoration: underline;
	font-style: normal;
}
