.SearchBarBackground{
	background-color:white;
}
.SearchBarText{
	color: black;
	font-family: Arial;
	font-size: 10pt;
}
.SearchBarLink{
	font-family: Arial;
	font-size: 8pt;
	color: #008595;
	text-decoration: Underline;
}
.HotelTitleBackground{
	background-color:#f4f7fb;
}
.HotelTitle{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.HotelText{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
}
.HotelTextBackground{
	background-color:white;
}
.HotelLink{
	font-family: Arial;
	font-size: 8pt;
	color: #008595;
	text-decoration: Underline;
}
.HotelErrorMesg{
	color: red;
	font-family: Arial;
	font-size: 8pt	;
}
.RoomAmenities{
	background-color:#f4f7fb;
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
}
.TableBorderColor{
	background-color:#004F75; 
}