body {
	background-color: #FFFFFF;
	background-image: url(../images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

table, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	font-style: italic;
	line-height: 22px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	line-height: 16px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	font-style: italic;
}

/* sub nav styles */

.wep_subnav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.wep_subnav a:link, .wep_subnav a:visited, .wep_subnav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.wep_subnav a:hover {
	text-decoration: underline;
}

/* other formatting styles */

.wep_maintextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}

.wep_topline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

/* availability styles */

.booked {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

.available {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
}

.provisional {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
.monthbar {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
}
.price {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC99;
}
