h1 {
  font-family: Georgia, "Times New Roman", Times, serif; color: #737D4A; font-weight: normal; text-align: center
}

h2 {
  font-family: "Times New Roman", Times, serif; font-size: 18pt; font-weight: normal; color: #336600; padding-top: 12px; text-align: center
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #737D4A;
	text-align: center;
	margin-bottom: 9px;
}

h4 {
  color: #737D4A; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; font-size: 85%
}

h5 {
  text-align: center; font-size: 8pt; font-family: Georgia, "Times New Roman", Times, serif; color: #990000
}

.booked {
	color: #FF6600; 
	vertical-align: top; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-color: #FFE4D2
}
.available {
	color: #333333; 
	vertical-align: top; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; width: 25px
}
.provisional {
	color: #000099; 
	vertical-align: top; 
	font-weight: bold; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	width: 25px; 
	background-color: #EAEAFF; 
	border: 0px #FF6600 solid
}