body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_blue_round.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

.default_text {  font-family: Arial, Helvetica, sans-serif}
#nav_bar {
	list-style-image: url(../images/conch_bullet.gif);
}
#nav_bar li {
	background-image: url(../images/semitrans.gif);
	background-repeat: repeat;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 3px;
}
#nav_bar li a:hover {
	color: #FFFFFF;
	background-color: #0099FF;
}
.room_title {
	font-size: medium;
	font-weight: bold;
}
.rate_box {
	font-size: small;
}
.room_bullets {
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
}
.off_season {
	background-color: #FFFFCC;
}
.shoulder_season {
	background-color: #33FFFF;
}
.high_season {
	background-color: #66FFCC;
}
.bolded {font-weight: bold; }
.minor_link {
	font-size: x-small;
	font-style: italic;
}
/* new styles */
a.new_link:link {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.new_link:visited {
	color:#990099;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.new_link:hover {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}	
.hilite {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.hilite:hover {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
.select {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:5px;
	border:1px #000000 solid;
	border-left:none;
	border-bottom:none;
}
.select:hover {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}