body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.yelloHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f2b511;
	font-weight: bold;
}
.yelloLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2b511;
}
.yelloWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.submitbutton{
	width: 124px;
  	height: 33px;
	margin: 0;
  	padding: 0;
  	border: 0;
	font-size:1;
  	background: url(images/submit.jpg) no-repeat center;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}
.reservationbutton{
	width: 249px;
  	height: 39px;
	margin: 0;
  	padding: 0;
  	border: 0;
	font-size:1;
  	background: url(images/reservation02.jpg) no-repeat center;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}