@import url("../inserts_onepages/insert_styles.css");


BODY {
	MARGIN: 0px;
	background: #FFFFFF;
	padding: 0px;
	text-align: center;
}

html {
	scrollbar-arrow-color : #ACA899;
	scrollbar-highlight-color : #ACA899;
	scrollbar-shadow-color : #ACA899;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}


/* td & p styles */
td, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #564A3D;
	margin: 0px;
}


/* td links */
td#navigation {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4B4134;
	margin: 0px;
	padding: 0px 0px 5px;
}

td#navigation a{
	text-decoration: none;
	color: #CABFB3;
	font-weight: normal;

}

td#navigation a:hover{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}


/* hr style */
hr {
	background: #FFFFFF;
	border-top: 1px solid #806F5A;

}

/* h1 etc styles */
h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	color: #806F5A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	letter-spacing: 1px;

}

/*table style */
.details {
	padding: 0px;
	border: 2px solid #D1C29B;
	margin: 0px;
}

.border {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}


/* link styles */
a {
	text-decoration: none;
	text-transform: none;
	color: #806F5A;
}

a:hover 	{
	color: #C15139;
	text-decoration: none;
}


/* misc styles */
.small {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}


/* misc style - used in booking area */
.line {
	background: #F1EEEB;
	border-top: 1px solid #806F5A;

}
.smallitalic {

	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 125%;
	font-weight: normal;
	color: #806F5A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}

