.body-cell {
	background-color: #ECECEC;
	background-image: url(../images/main_body_area.gif);
	background-repeat: no-repeat;

}
.fancy-cell {
	background-color: #FFFFFF;
	background-image: url(../images/right_side_repeat.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/whitestripe.gif);
	background-repeat: repeat-y;

}
p, td, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;

}
.booking-headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.booking-fields {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.inputboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited {
	font-weight: normal;
	color: #A45A45;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}