.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003333;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003333;
}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #336600;
}
.smallbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.sitelink {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
	text-decoration: underline;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
.phpcalendar th {
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
.phpcalendar .booked {
	font-weight: bold;
	color: #FF0000;
	text-decoration: line-through;
}
.phpcalendar .phpcalendar-month {
	font-style: normal;
	font-weight: bold;
	color: #006600;
	background-color: #E8D3CA;
}
.smallboldwhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallboldred {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.phpcalendar {
	font-size: 12px;
	background-color: #ECECEC;
	text-align: center;
	font-weight: bold;
}
.calendar-container {
}
.leftcolumn {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #333333;
}
.rightcolumnbody {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
.prices_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
}
.prices_week_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003333;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 3px;
}
.prices_bottom_row {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
.prices_week_top {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.prices_odd_row {
	background-color: #CCCCCC;
}
.prices_even_row {
	background-color: #FFFFFF;
}

.italicheading {
	font-style: italic;
	color: #006600;
	font-weight: bold;
}

.thinborder, .thinbordertl, .thinbordertr, .thinborderbl, .thinborderbr {
	font-size: 12px;
	font-weight: normal;
	color: #003333;
	padding: 2px;
}

.thinborder {
	border: thin solid #333;	
}
.thinbordertl {
	border: thin solid #333;
	font-weight: bold;
	color: #000;
}
.thinbordertr {
	border-top: thin solid #333;
	border-right: thin solid #333;
	border-bottom: thin solid #333;
	border-left: thin none #333;
}
.thinborderbl {
	border-top: thin none #333;
	border-right: thin solid #333;
	border-bottom: thin solid #333;
	border-left: thin solid #333;
	font-weight: bold;
	color: #000;
}
.thinborderbr {
	border-top: thin none #333;
	border-right: thin solid #333;
	border-bottom: thin solid #333;
	border-left: thin none #333;
}