body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4A486A;
	font-size: 11px;
	margin: 0px;
	background-color: #DEE6EB;
}
a {
	text-decoration: none;
	color: #0000FF;

}
a:hover {
	color: #FF0000;
}

h2 {
	font-size: 13px;
	text-align: center;

}
h3 {
	font-size: 12px;
	text-align: center;
	background-color: #9FAACE;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.confirmation {
	padding: 10px;
}
.booking {
	text-align: left;
	width: 200px;

}
.op {
	text-align: right;

}
.sp {
	text-align: right;
	background-color: yellow;
}
.lb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 15px;
}
.bb {
	padding-left: 15px;
}
.req {
	background-image: url(../graphics/layout/required.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	height: 18px;
}
.sp2 {
	background-color: yellow;
}
.terms {
	padding-left: 15px;
	background-image: url(../graphics/layout/required.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	height: 18px;
	font-size: 10px;

}
.left {
	margin-top: 5px;
	float: left;

}
.end {
	clear: both;
	height: 1px;
}
