/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#main {
	color: #333333;
}

.footerlinks {
	color: #333333;
}

.credits {
	font-size: 85%;
	color: #666666;
}

address {
	font-style: normal;
	color: #333333;
}

.h1 {
	color: #003366;
	font-size: 120%;
	font-weight: bold;
}

.h2 {
	color:#333333;
	font-size: 120%;
	font-weight: bold;
}

.subh1 {
	color: #003366;
	font-size: 100%;
	font-weight: bold;
}

.subh2 {
	color:#333333;
	font-size: 90%;
	font-weight: bold;
}

#tablerates {
	border: 1px solid #333333;
	background-color: #F5F5EF;
}

#tdright {
	border-right: 1px solid #999999;
	background-color: #E1E1E1;
	border-bottom: 1px solid #999999;

}

#tdbottom {
	border-bottom: 1px solid #999999;
	background-color: #E1E1E1;
	border-right: 1px solid #999999;
}

#tdrightbottom {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #E8E8DB;
}

A:link {
	color: #003366;
	text-decoration: underline;
}

A:visited {
	color: #333333;
	text-decoration: underline;
}

A:active, A:hover {
	color: #666666;
	text-decoration: none;
}

#tableprices {
	background-color: #CCCCCC;
}

#tddates {
	border-bottom: 1px solid #999999;
	background-color: #E8E8DB;
	border-top: 1px solid #999999;
}

#tdcorporate {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F5F5EF;
	border-top: 1px solid #999999;
}

#tdamenities {
	border-bottom: 1px solid #000000;
	background-color: #F5F5EF;
	padding: 5px;
}

.subh2grey {
	color:#4E4E4E;
	font-size: 90%;
	font-weight: bold;
}

.subhred {
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
}

#tableactivities {

	border: 1px solid #333333;
	background-color: #E8E8DB;
}

#tdamenities2 {
	border-bottom: 1px solid #999999;
	background-color: #F5F5EF;
	border-top: 1px solid #999999;
}

#tablepricesrt {
	background-color: #CCCCCC;
	border-right: 1px solid #999999;
}

#tablepricesbot {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

#tablepricesbotrt {
	background-color: #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#tdtopbottom {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
}

#tableactivitiesfxd {
	border: 1px solid #333333;
	background-color: #E8E8DB;
	width: 225px;
}

input.button {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 80%;
	border-color: #999999;
}