h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005E9D;
	font-style: normal;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #005E9D;
	text-decoration: none;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #005E9D;
	text-decoration: none;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #005E9D;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005E9D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5AB7D6;
	text-decoration: none;
	font-weight: bold;
}
#menuLink a:link, #menuLink a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#menuLink a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #005E9D;
	text-decoration: none;
}

/* TARIFF STYLES */

.tariff {
	font-size: 11px;
}
.tariff td {
	text-align: center;
	width: 64px;
}
.tariff .s0 td, .tariff td.s0  {
	background: #eefcfc;
}
td.tariffcol {
	font-weight:bold;
	text-align: left;
	width: 120px;
}
.tariff .th {
	font-weight:bold;
}
.tariffhead {
	margin: 1.25em 0 .5em 0;
}
.tariff td .booked {
	background: url(images/booked.gif) 10px 0 no-repeat;
	display: block;
	width: 64px;
}
.tariff .s0 td .booked, .tariff td.s0 .booked  {
	background: #eefcfc url(images/booked.gif) 10px 0 no-repeat;
}


.footerCell {
padding-left: 10px;	
}

.footerCell a {
	color: white;
	font-size: 8px;
}
.footerCell a:hover {
	color: #005E9D;
}