body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-top: 0;
	margin-left: 0;
	background-color: #F8F8FC;
	
}	
.topbanner {
	background-color: #CFB8E7;
}
input {
	font-size: 10px;
	color: #000000;
}
select {
	font-size: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
td {
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
	
}
.footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
}
.footer td {
	font-size: 10px;

}	
.breadcrumbs {
	font-size: 10px;
	background-color: #A0A0C0;
	width: 100%;
	height: 15px;
	
}
a:link {
	text-decoration: underline;
	color: #333333;
	
}
a:visited {
	color: #333333;
	text-decoration: underline;
	
}
a:hover {
	color: #333333;
	text-decoration: none;
	
}
.globalnav {
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	height: 19px;
	
}
.globalnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.globalnav li {	
	display: inline;
	float: right;
	
}
.globalnav a {
	display: block;
	background-color: #A0A0C0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
	padding: 5px 20px 5px 20px;
	
}
.globalnav a:link, .globalnav a:visited {
	color: #FFFFFF;
	background-color: #666699;
	text-decoration: none;
	
}
.globalnav a:hover {
	color: #000;
	background-color: #A0A0C0;
	text-decoration: none;
	 
}
.bookingtable {
	background-color: #FFCC00;

}
.scheduletable {
	background-color: #999999;

}
.scheduletable th {
	background-color: #B9B9D0;

}
.scheduletable td {
	background-color: #E7E7EF;

}
.bookingmenu {
	font-weight: bold;
	text-decoration: none;
	height: 17px;
	background-color: #fff;
	
}
.bookingmenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	
}
.bookingmenu li {	
	display: inline;
	float: left;
	
}
.bookingmenu a {
	display: block;
	background-color: #FFCC00;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 1px;
	padding: 2px 10px 2px 10px;
	
}
.bookingmenu a:link, .bookingmenu a:visited {
	background-color: #FFEB9E;
	text-decoration: none;
	
}
.bookingmenu a:hover {
	color: #000;
	background-color: #FFCC00;
	text-decoration: none;
	 
}	
.orangebkgrd {
	background-color: #FF9900;
	
}	
li {
	margin: 0px;
	padding: 0px;
	height: 120%;
	list-style-type: none;
}
.yellowtop {
	border-top: 3px solid #FFCC00;
	background-color: #C5C5D8;

}
.orangetop {
	border-top: 3px solid #FF9900;
	background-color: #C5C5D8;

}
.bluetop {
	border-top: 3px solid #666699;
	background-color: #C5C5D8;

}
.leftside {
	background-color: #DFDFEA;
	width: 170px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
}
.mainarea {
	background-color: #FFFFFF;
	
}	