body {
	font-family: sans-serif;
	font-size: 12px;
	background-color:#828e1e;
	margin:0px;
	padding:0px;
	visibility: visible;
}

.mainTable {
	background-color:#eaf0c7;
	font-size: 12px;
	visibility: visible;
}

.menubar {
	vertical-align: top;
	font-size:14px;
}

a { color: black;
	font-style: normal;
}
a:hover { color: black; }
a:visited {
	color: #888888;
	font-style:normal;
}

a.menulink {
	text-decoration: none;
	color:black;
}

.menulink:hover {
	text-decoration: underline;
	color:black;
}
.menulink:visited {
	color: black;
	font-style:normal;
}

h1 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	visibility: visible;
	color: #663366;
}

h2 {
	font-size: 14px;
	line-height:60%;
}

.rateCell {
	text-align:center;
}

.roomCell {
	text-align:center;
}
.roomLink {
	text-decoration:none;
	font-style:normal;
	color:black;
}

.roomLink:hover {
	text-decoration:underline;
	font-style:normal;
	color:black;
}
.roomLink:visited {
	font-style:normal;
	color:black;
}

.contentTable {
	background-color: #eaf0c7;
	margin:0px;
}

.contentTable td {
	background-color: #dae0b7;
	font-size:12px;
}
.contentTable th {
	font-size:12px;
}
	
.ratesTable {
	background-color: #eaf0c7;
	margin:0px;
}
.ratesTable td {
	background-color: #dae0b7;
	font-size:12px;
}
.ratesTable th {
	font-size:12px;
}

.attrib {
	text-align:center;
	position:relative;
	bottom:0px;
	font-size:9px;
	color:#888888;
	left: -1px;
	font-style: normal;
}

.attribLink {
	color:#888888;
	text-decoration:none;
}
.attribLink:hover {
	color:#888888;
	text-decoration:none;
}
.attribLink:visited {
	color:#888888;
	font-style: normal;
}

.tightPar {
	top-margin:10px;
	bottom-margin:5px;
}
.tight {
	margin:0px;
	padding:0px;
	border:none;
}

