h1 {
	color: #8B8666;
	padding: 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 180%;
}
h2 {
	color: #8B8666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	color: #666633;
	margin-left: -6px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}


.bold {
	font-weight: bold
}
.italic {
	font-style: italic
}


.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
}

