
h1 {  font-family: Georgia, "Times New Roman", Times, serif; color: #314D63}
h3 {  font-family: "Times New Roman", Times, serif; color: #314D63}
h2 {  font-family: Georgia, "Times New Roman", Times, serif; color: #314D63; text-align: center}
h4 {  font-family: Georgia, "Times New Roman", Times, serif; color: #314D63}



 /***** Availabilty *****/

.SomeDays {
	color: #006600;
	background-color: #CAFFCA;
	border: 1px solid #006600;
}
.Provisional {
	color: #000066;
	background-color: #66CCFF;
	border: 1px solid #000066;
}
.Booked {
	color: #CC0000;
	background-color: #CC0000;
	border: 1px solid #CC0000;
}
.DateNormal {
	color: #FFFFFF;
	background-color: #956331;
}
.DatePrimary {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.AvailPrimary {
	font-weight: bold;
	background-color: #FDF1C8;
	border: 1px solid #000000;
}
