body {
	background-color:#FFFFFF;
}

a:link {
	color:#009966;
	text-decoration: underline;
}

a:visited {
	color:#009966;
	text-decoration: underline;
}

a:hover {
	color:#FF9900;
	text-decoration: none;
}

.footer {
  	margin-bottom: 20px;
	padding-top: 10px;
	background-color:#009966;
	height: 28px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}

.topitem{
	margin-top: 120px;
}

.bu_rsv{
	margin-top: 30px;
	text-align: center;
}

.ct{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.bg_prc {
	background-image:url(images/bg_prc.gif);
	background-repeat:no-repeat;
	height: 680px;
}

.bg_prc_sale {
	background-image:url(images/bg_prc_sale.gif);
	background-repeat:no-repeat;
	height: 800px;
}

.bg_park {
	background-image:url(images/bg_park.gif);
	background-repeat:no-repeat;
	height: 580px;
}

.bg_rsv {
	background-image:url(images/bg_rsv.gif);
	background-repeat:no-repeat;
	height: 520px;
}

.bg_cp {
	background-image:url(images/bg_cp.gif);
	background-repeat:no-repeat;
	height: 540px;
}

.bg_link {
	background-image:url(images/bg_link.gif);
	background-repeat:no-repeat;
	height: 340px;
}

.bg_links {
	background-image:url(images/bg_links.gif);
	background-repeat:no-repeat;
}

.main_text{
	margin-top: 5px;
	text-align:left;
	padding-left:40px;
}

.ban {
	margin-top: 10px;
	text-align: center;
}

.grid_gr table {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00CC66;
	border-left-color: #00CC66;
	background-color: #FFFFFF;
}

.grid_gr td {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
}

.grid_or table {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #FFFFFF;
}

.grid_or td {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}