.rates #topic table.tenant, .rates #topic table.guests { 
	width: 35em;
	margin: 5px auto;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #bb8630;
}
thead tr:hover { background: inherit; }
tr:hover { background-color: #dc7; }
th { 
	margin: 0; 
	border-bottom: 1px solid #bb8630; 
	font: bold 1.2em/1.6em Garamond, Georgia, serif; 
	color: #000;
}
.tenant td, .guests td {
	vertical-align: top;
	padding: 2px;
}
.berthsize { width: 20em; text-align: left; }
.rent { text-align: center; }
.gTime { width: 11em;}
.gRate { width: 17em;}
.gSize { width: 8em;}

.rates #topic p.notes {font-size: .84em; line-height: 1.2em; margin: 0 95px 1em 95px; }

.rates #topic .guests td, .rates #topic .guests th { padding-right: 20px; text-align: left; }



