a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006699;
	text-decoration: none;
}
body {
	background-color: #3B7BAA;
	background-image: url(images/wave-bkgd.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.whiteboldfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitesmfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}
.boldyellowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #658F24;
	text-decoration: none;
}
.boldyellowfootertext {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFCC00;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006699;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006699;
	text-decoration: none;
}
.homepagebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.roomstyles {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
form .row {
	clear: both;
	margin-top: 5px;
}

.row select {
	width: 60px;
}

form .header_row {
	clear: both;
	margin-top: 35px;
	font-weight: bold;
}

form .label, form .label-required {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	margin-right: 5px;
}

form .label-required {
	border-right: 1px solid red;
}

.error {
	color: red;
	font-weight: bold;
}

.friend {
	border-top: 1px solid #3366CC;
	padding: 5px;
}

