body {
	margin:0px;
	}
	
#main_text {
	padding:10px 20px 20px 20px;
	color:#333333;
	font-family:arial;
	font-size:10pt;
	}
	
#rates_corner_cell {
	border-top-width:0px;
	border-left-width:0px;
	border-top-color:white;
	border-left-color:white;
	}

#rates_table td {
	color:#333333;
	font-family:arial;
	font-size:10pt;
	vertical-align:top;
	text-align:center;
	}

#phonenumbers {
	color:#333333;
	font-family:arial;
	font-size:10pt;
	}

#main_heading {
	color:#666666;
	padding:10px 20px 0px 20px;
	font-family:arial;
	font-weight:bold;
	font-size:14pt;
	}

#footer {
	padding:0px 20px 10px 20px;
	color:#333333;
	font-family:arial;
	font-size:10pt;
	text-align:center;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color:#827676;
	font-family:arial;
	font-size:10pt;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:darkred;
	font-family:arial;
	font-size:10pt;
	text-decoration:none;
	}

#footer_cell {
	color:#333333;
	font-family:arial;
	font-size:10pt;
	}
	
#footer_cell a:link, #footer a:visited, #footer a:active {
	color:#827676;
	font-family:arial;
	text-decoration:underline;
	}
	
#footer_cell a:hover {
	color:darkred;
	font-family:arial;
	text-decoration:none;
	}
	
#menu {
	padding:2px 13px 0px 10px;
	color:#cccccc;
	font-size:9pt;
	font-family:arial;
	}

#menu a:link, #menu a:visited, #menu a:active {
	color:midnightblue;
	font-family:arial;
	text-decoration:none;
	font-weight:bold;
	}

#menu a:hover {
	color:darkred;
	font-family:arial;
	text-decoration:none;
	font-weight:bold;
	}
	
#newsletter_head
{
	font-weight:bold;
	font-size:14;
}

.calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#b1cbe9;
	display:block;
	width:128px;
}

.calendar_green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#89BE9E;
	display:block;
	width:128px;
}

#calendar_title a:link, #calendar_title a:hover, #calendar_title a:active, #calendar_title a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#DCE8F5;
	display:block;
	width:128px;
	font-weight:bold;
	text-decoration:none;
}

#calendar_title_green a:link, #calendar_title_green a:hover, #calendar_title_green a:active, #calendar_title_green a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#67AD85;
	display:block;
	width:128px;
	font-weight:bold;
	text-decoration:none;
}

.calendar_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	display:block;
	width:128px;
}

.calendar_title_green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	display:block;
	width:128px;
}

.calendar_legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.cabin_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	background-color:#D1E7DA;
}

.available {
	width:16px;
	height:16px;
	background-image:url(../images/calendar_white.gif);
	background-repeat:no-repeat;
}

.pending {
	width:16px;
	height:16px;
	background-image:url(../images/calendar_yellow.gif);
	background-repeat:no-repeat;
}

.partial {
	width:16px;
	height:16px;
	background-image:url(../images/calendar_pink.gif);
	background-repeat:no-repeat;
}

.booked {
	width:16px;
	height:16px;
	background-image:url(../images/calendar_red.gif);
	background-repeat:no-repeat;
}

.not_available {
	width:16px;
	height:16px;
	background-image:url(../images/calendar_blue.gif);
	background-repeat:no-repeat;
}