.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.bottomlink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #BFBFBF;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #02234C;
}
.bg {
	background-image: url(images/background_img.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.booking_table {
	margin:10px auto;
	background:#f0f0ff;
	width:450px;
}
.quote {
	background:#022460;
}
.booking_table td {
	padding:2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.quote td {
	color:#ffffff;
	font-size: 13px;
}
.booking_table input, .booking_table select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.booking_table td.table_top {
	height:12px;
	background:#1B75BC url(images/booking_table_top.gif) no-repeat;
	padding:0;
}
.booking_table td.table_bottom {
	height:12px;
	background:#1B75BC url(images/booking_table_bottom.gif) no-repeat;
	padding:0;
}
.quote td.table_top {
	background:#1B75BC url(images/quote_table_top.gif) no-repeat;
}
.quote td.table_bottom {
	background:#1B75BC url(images/quote_table_bottom.gif) no-repeat;
}
.booking_table td.head {
	color:#003366;
	font-weight:bold;
}
.booking_table td.quotehead {
	color:#ffff66;
	font-weight:bold;
}