
a {
	color: #D79D01;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.reservations {
	color: #D79D01;
	text-decoration: none;
}

a.reservations:hover {
	color: #D79D01;
	text-decoration: none;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #D79D01;
	font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #D79D01;
	font-weight: normal;
}

.formtext {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #D79D01;
}

.formfield {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #D79D01;
	font-weight: normal;
	width: 150px;
	height: 20px;
	border: solid 1px #D79D01;
	background-color: #1E0F0C;
}

