body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}
.breadcrumb {
	font-size: 80%;
	background-color: #FFFFFF;
}
.topbar {
	font-family: arial, helvetica;
	font-size: 150%;
	background-color: #000084;
	color: #FFFFFF;
	border-bottom: medium solid #FFFF00;
}
.body {
	font-size: 80%;
}
.toc {
	background-color: #FF0000;
	width: 160px;
	vertical-align: top;
}
.selectedtocitem {
	font-weight: bold;
	font-size: 80%;
	color: #FFFF00;
	text-decoration: none;
}
.tocitem {
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	background-color: #FF0000;
}
.tocitem:link {
	color: #FFFFFF;
	background-color: #FF0000;
}
.tocitem:active {
	color: #FFFF00;
	background-color: #FF0000;
} 
.tocitem:visited {
	color: #FFFFFF;
	background-color: #FF0000;
} 
.tocitem:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
h1 {
	font-size: 140%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #000000;
}
h2 {
	font-size: 130%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #000000;
}
h3 {
	font-size: 110%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #000000;
}
h4 {
	font-size: 100%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #000000;
}
p {
	padding-top: 0px;
}
.headline {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.footer {
	font-size: 60%;
	color: #000084;
	background-color: #CCCCCC;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	background-color: #CCCCCC;
}
a:active {
	color: #0000FF;
} 
a:visited {
	color: #0000FF;
} 
.tableHead {
	vertical-align: top;
	font-size: 80%;
	font-weight: bold;
}
.tableBody {
	vertical-align: top;
	font-size: 80%;
}
.code {
	font-size: 50%;
	font-family: courier, monospace;
	color: #008800;
}
.emphasis {
	font-weight: bold;
}
.caption {
	font-weight: bold;
	text-align: center;
	color: #666666;
}

/* =========== Booking Form Stuff =========== */
.bookingForm {
    text-align:center;
}
.bookingLabel {
    font-size:80%;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.bookingItem {
    font-size:80%;
	text-align: left;
	color: #000000;
}
.error {
    font-size:80%;
    color:red;
}
