html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, br, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, li, a{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 150%;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
#menubar p{
	padding:0;
}
a{
	line-height:100%;
	text-decoration:underline;
}
a:hover{
	color:#CC0000;	
}
h1, h1 a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
#header h1, .header_title{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	border:none;
}
h2, h2 a, .heading {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	border-bottom:1px solid #DDD;
	margin-bottom:10px;
}
h3, h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	margin: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	border-bottom:1px solid #DDD;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
.error{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
	padding:0 10px; margin:0;
	vertical-align:top;
}
.img {
	border: 1px solid #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul li {
	padding-left:5px;
	margin-left:10px;
}
.bookings td{
	padding-right:4px;
	padding-left:4px;
}