body {
	background-color: #FFFFFF;
}
.page {
	background-color: #FFFFFF;
}
font {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
.title {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
	font-size: 20px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
	font-size: 18px;
}
.copyright {
	font-size: x-small;
	color: #999999;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
legend {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}
fieldset {
	border: solid #CCCCCC;
}
input {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
select {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
th {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
}
.reservationerror {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}
.validationbox {
	border: thin double #999999;
	text-align: left;
}
.validationbox2 {
	background-color: #E4E4E4;
	text-align: left;
}