body {
	background-color: #6699ff;
	background-image: url("images/bg.gif");
	color: #000000;
	font-family: Arial, Helvetica, sans-serif 
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px
}
table {
	text-align: center;
	table-layout: fixed
}
p { font-family: Arial, Helvetica, sans-serif }

a.link { color: #eeeeee }
a.visited { color: #aaaaaa }
a.active { color: #ffffff }

a.LeftLink:hover { color: #cccccc }
a.LeftLink:active { color: #ffffff }
a.LeftLink:visited { color: #ffffff }
a.LeftLink:visited:hover { color: #cccccc }


a.LeftLink {
	color: #ffffff;
	font-family: Comic Sans MS;
	font-size: medium ;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: absolute;
	left: 5px;
}
.LeftCurrent {
	color: #999999;
	font-family: Comic Sans MS;
	font-size: medium;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 5px;
}

a.LeftNavLink:hover { color: #cccccc }
a.LeftNavLink:visited:hover { color: #cccccc }
a.LeftNavLink:active { color: #ffffff }
a.LeftNavLink:visited { color: #ffffff }

.LeftNavSpacing {
	margin-left: 0px;
	margin-top: 10px;
}
a.LeftNavLink {
	color: #ffffff;
	font-family: Comic Sans MS;
	font-size: medium ;
	font-weight: bold;
	text-decoration: none;
}
.LeftNavCurrent {
	color: #999999;
	font-family: Comic Sans MS;
	font-size: medium;
	font-weight: bold;
}


.MainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #990000
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: #000000
}
.CabinText {
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: #000000;
}
.HeadingText {
	font-size: medium;
	font-weight: bold;
}
.NumberText {
	font-weight: bold;
	font-size: large;
}
.RateText {
	font-weight: bold;
}
.FeatureText {
	font-size: medium;
	text-align: left;
}
.FooterText {
}
.CopyText {
	font-size: xx-small;
}
.CabinTable {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.IndexTable {
	border-width: medium;
	border-style: double;
	border-color: #cc0033;
	background-color: #ff9966;
}