body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: .75em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6297B2;
	font-size: 1.55em;
}

#navfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color:#FFFFFF;	
}

#navfont a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#navfont a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#navfont a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#navfont a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#navfont a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#49A5D5;	
}

.searchform {
	width:250px;
	border:none;
	border-width:0px;
	background-image:url(../images/header/search_tile.png);
}

label{
	font-weight: bold;
}

	/*
	the parent element of an autosuggest input should have a relative position
	*/
.asholder {
	position: relative;
}

.secondarySearchbox {
	background:#CDEDFA ; 
	border: 2px solid #6297B2;
}

.secondarySearchbox-top {
	background: #CDEDFA; 
	font-weight : bold; 
	color: #FFFFFF; 
	padding-left : 7px;
}

.secondarySearch2 {
	background:#CDEDFA;
}

.secondarySearchLine {
	background:#6297B2; 
	height:1px; 
	width: 100%; 
}

.masterBOLD {
	font-weight: bold;
}

.hotelHomeTable {
	background-color:#CDEDFA; 
	font-size:10px; 
	border: 2px solid #6297B2;
	color: #003366;
}

.hotelHomeTable a {
	color: #003366;
}

.hotelHomeTable a:link {
	color: #003366;
}

.hotelHomeTable a:hover {
	color: #006699;
}