/* MISC */
body {
	background-image: url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* HEADER */
.top_links {
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
.top_links:hover {
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
#header input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}



/* CONTENT */
.red_title {
	font-size:18px;
	color:#CC3300;
}
.blue_text {
	color:#003366
}
.blue_link {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	text-decoration:none;
}
.blue_link:hover {
	color:#003366;
	text-decoration:underline;
}
.orrange_text {
	color:#FF6633
}
.last_hotel_head {
	font-size:11px;
	color:#0066CC;
}
.last_hotel_info {
	font-size:11px;.
	color:#FF0000;
}


/* FOOTER */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}