.HotelName{			
	color: #0044CD;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
}

.HotelDetail{
	color: #00000
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

.TableDefault{		
	background-color: #6ABBE4;
	font-family: Arial;
	width: 80%;
	padding: 1px;
	margin: 0px;
}

.TableDefault .RoomType{
	background-color: #3E98C5;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding: 5px;
}

.TableDefault .Validity{
	background-color: #D0EFFF;
	color : #42A2D3
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding: 5px;
	text-align: center;
}

.TableDefault .Data1{
	background-color: #E5E5E5;
	color : #42A2D3
	font-size: 14px;
	font-family: Arial;
	padding: 5px;
	text-align: center;
}

.TableDefault .Data2{
	background-color: #F5F5F5;
	color : #42A2D3
	font-size: 14px;
	font-family: Arial;
	padding: 5px;
	text-align: center;
}

.TableDefault .Remark{
	background-color: #FFFFFF;
	color : #42A2D3
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
}

.BookNow:link, .BookNow:visited, .BookNow:active{
	display: block;
	width: 150px;
	height: 33px;
	padding-top: 7px;
	font-size: 20px;
	font-family: 'Arial';
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: url('http://www.asia-discovery.com/booking/image/book-button.gif') no-repeat;
}

.BookNow:hover{
	display: block;
	width: 150px;
	height: 33px;
	padding-top: 7px;
	font-size: 20px;
	font-family: 'Arial';
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: url('http://www.asia-discovery.com/booking/image/book-button-hover.gif') no-repeat;
}
