a.menu {
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  width: 110px;
  border-top: 2px #99CCFF solid;
  margin-top: 4px;
  border-right: 2px #3366FF solid;
  border-bottom: 2px #3366FF solid;
  border-left: 2px #99CCFF solid;
}

a.menu:hover {
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-shadow: #0000FF;
  color: #EEEEEE;
  font-weight: normal;
  display: block;
  width: 110px;
  border-top: 2px #330099 solid;
  margin-top: 4px;
  border-right: 2px #6699FF solid;
  border-bottom: 2px #6699FF solid;
  border-left: 2px #330099 solid;
}

.copyright {
  font-size: 8pt;
  line-height: 8pt;
}

BODY {
  font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
  margin-top: 0px;
  margin-left: 0px;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.title {
  color: #0000FF;
  font-size: 18pt;
  line-height: 18pt;
  margin-top: 4px;
  margin-bottom: 4px;
}

.resort {
  font-size: 14pt;
  line-height: 14pt;
  font-variant: small-caps;
  font-weight: normal;
  color: #0000FF;
}

.content {
  padding-right: 8pt;
  padding-left: 8pt;
}

.reqrequired {
}
.reqrequired2 {
	font-weight: bold;
	color: #FF0000;
	font-size: 0.6em;
}
.reqtable {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.reqtbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
.reqerrormsg {
	font-weight: bold;
	color: #FF0000;
}
