@media print {
	.noprint { display: none; }
}

* {
	padding: 0;
	margin: 0;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 16px;
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3082B4;
	MARGIN-BOTTOM: 12px;
	font-weight: bold;
}
H2 {
	color: #0061A9;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 0px;
	font-weight: bold;
	font-size: 18pt;
}
H3 {
	color: #0061A9;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 0px;
	font-weight: bold;
	font-size: 12pt;
}

A {
	text-decoration: none;
	color:#0099FF;
}

A:hover {
	text-decoration: underline;
	color:#0099FF;
}
A.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
A.nav:visited {
	color:#000000;
}
A.nav:hover {
	color:#04366C;
	text-decoration: none;
}

th {
	color: #0061A9;
	background-color: #E0E9E9;
}

tr.wave {
	background-image: url(/images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
td.submenu {
	width: 215;
}

.form-error { 
	color: red;
}

.label { 
	font-weight: bold;
}

.header {
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #bbbbbb;
}

.footer {
	font-size: 10px;
	color: #666;
}
.footer a {
	font-weight: normal;
	color: #666;
}

.row0 { 
	background: #EDF2F2;
}

.navbg {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.navbg2 {
	background-image: url(/images/nav_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.picbg {
	background-image: url(/images/internal-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 24px;
}


td {
	font-size: small;
	line-height: 16px;
}


#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
	max-width: 955px;
	width:expression(document.body.clientWidth < 780? "770px" : document.body.clientWidth > 955? "955px" : "auto");
	}

.content {
	font-size: 0.7em;
}

.copy {
	font-size: 0.7em;
}

.xsmall {
	font-size: x-small;
}

form.bookingForm td.formLabel, input, textarea {
	border: 1px solid #5A99C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A5B9D;
}

td.formLabel {
	font-size: 11px;
	color: #0A5B9D;
}

.required {
	font-size: 11px;
	color: #ff0000;
}

.button {
	background-color: #3398CC;
	color: #fff;
}
.button:hover {
	color: #3398CC;
	background-color: #fff;
}

