@charset "utf-8";
body {
	background-color: #FFFF99;
}
.navigation {
	font-weight: bold;
	font-size: medium;
}
.navigation_header {
	font-weight: bold;
	font-size: x-small;
}
.table_header_left {
	background-color: #CCCCCC;
}
.table_header_center {
	background-color: #999999;
	font-size: small;
}
.table_header_right {
	background-color: #CCCCCC;
}
.table_inside_color1 {
	background-color: #FFFFFF;
}
.table_inside_color2 {
	background-color: #FFFFCC;
	padding: 5px;
	font-size: medium;
}
.rates_headline {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.rates_high_season_holiday {
	color: #FF3333;
}
.contact_us {
	font-weight: bolder;
}
.footer {font-size: x-small}
.important_notice {
	background-color: #FF9999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 10px;
	padding: 5px;
}
.special_event {
	background-color: #99FF99;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 10px;
	padding: 5px;
}

