@charset "utf-8";
/* CSS Document */
body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16pt;
	color: #705D48;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A07608;
	margin-bottom: -10px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:  #A07608;
	font-weight: normal;
}
.white_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #FFFFFF;
	font-weight: bold;
}
.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:  #000000;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #705D48;
}

body {
	margin: 0px;
    padding: 0px;
	border: 0px; 
	SCROLLBAR-FACE-COLOR:#FFAE00;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFAE00;
	SCROLLBAR-SHADOW-COLOR:#FFAE00;
	SCROLLBAR-3DLIGHT-COLOR:#000000;
	SCROLLBAR-ARROW-COLOR:#000000;
	SCROLLBAR-TRACK-COLOR:#000000;
	SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF;
}
.white_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #FFFFFF;
	font-weight: bold;
}

.tag {
	font-size: 9px;
	vertical-align: super;
	color: #FFFFCC;
}
.red {
	color: #FF0000;
}
fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}
.chart {
	position: relative;
	visibility: visible;
	top: -200px;
}

a:link {
	text-decoration: none;
	color: #A07608;
}
a:visited {
	text-decoration: none;
		color: #A07608;
}

a:hover {
	text-decoration: underline;
		color: #A07608;
}
a:active {
	text-decoration: none;
	color: #A07608;
}



/* added on 11th November 2009 */
#fb_reservation {
	font-family: Arial;
	font-size: 10px;
	color: #594210;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}

#fb_reservation form {
	margin: 0;
}

#fb_reservation select, #fb_reservation input {
	font-size: 13px;
}

#fb_reservation td {
	padding: 3px 5px;
}

