html,
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	background-image: url('/images/watermarkCabin.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	cursor: default;
}
hr
{
	color: #6789a4;
	background: #6789a4;
	height: 2px;
	border: 0px;
}
a:link,
a:visited
{
	color: #37668c;
	text-decoration: underline;
}
a:hover
{
	color: #003660;
	text-decoration: underline;
}
#footer a:link,
#footer a:visited
{
	color: #518583;
	text-decoration: none;
}
#footer a:hover
{
	color: #476854;
	text-decoration: underline;
}
#footer
{
	font-size: 10px;
	font-weight: bold;
	color: #688aa5;
	text-align: center;
	padding-bottom: 11px;
}
#menus
{
	position:absolute;
	z-index:1;
	visibility: hidden;
	margin-left: 41px;
}
#menus .menuHit
{
	cursor: pointer;
	float: left;
	visibility: hidden;
	margin-right: 5px;
}
#menus .menuStyle
{
	background-color: #1f3b52;
	padding: 1px;
}
#menus div div div
{
	font-weight: bold;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 1px;
}
.navOut
{
	background-color: #f1f2f6;
	color: #476a54;
}
.navOver
{
	background-color: #6789a4;
	color: #ffffff;
}
.calendarTitle
{
	color: #ffffff;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3c607c;
	background-image: url('/images/weekdays.gif');
	height: 26px;
	font-size: 11px;
}
.calendarTitle td
{
	color: #ffffff;
	vertical-align: top;
}
.calendarDay
{
color: #000000;
}
.calendarArrows
{
	font-weight: bold;
	font-size: 13px;
}
	.calendarArrows a:link,
	.calendarArrows a:visited,
	.calendarArrows a:hover
{
	text-decoration: none;
}
.field
{
	border: 1px 1px 1px 1px;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	background-color: #ffffff;
}