body {
  background-image: url("images/background002.jpg");
  background-repeat: repeat-x;
  background-attachment:fixed;
}

h3 {
	font-family: Arial;
	font-weight:bold;
	color: #FEFFE1;
	margin:0px;
}
.body2 A:link {color: #E6E6E6; text-decoration: none; font-family: Arial; font-size: 11px;} 
.body2 A:visited {color: #E6E6E6; text-decoration: none font-family: Arial; font-size: 11px;} 
.body2 A:active {color: #0000CC; text-decoration: none font-family: Arial; font-size: 11px;} 
.body2 A:hover {color: #F3EB91 ; text-decoration: underline; font-family: Arial; font-size: 11px;}
.body2 {
  font-family: Arial;
  font-size: 11px;
  text-decoration: none
  font-weight: normal;
}


.title {
  font-family: Arial;
  font-size: 16px;
  color: #FEFFE1;
  font-weight: bold;
}

.intro_text {
  font-family: Arial;
  font-size: 15px;
  color: #C56800;
  font-weight: bold;
}

.text {
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  color: #423125;
  font-weight: normal;
}

.text_bold {
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  color: #474466;
  font-weight: bold;
}


.text_italic {
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  color: #423125;
  font-style: italic;
}

.heading {
  font-family: Arial;
  font-size: 16px;
  color: #474466;
  font-weight: bold;
}

.subheading {
  font-family: Arial;
  font-size: 13px;
  color: #423125;
  font-weight: bold;
}

.subheading2 {
  font-family: Arial;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
  font-style: italic;
}

.breadcrump {
  font-family: Arial;
  font-size: 11px;
  color: #C56800;
  font-weight: normal;

}
.copyright {
  font-family: Arial;
  font-size: 11;
  color: #666666;
  font-weight: normal;
}

ul {
   list-style-type: square;
}

.bottom_menu1 {
  font-family: Arial;
  font-size: 10;
  font-weight: normal;
  A:link {color: #ff6600; text-decoration: none} 
  A:visited {color: #0000ff; text-decoration: none} 
  A:active {color: #0000CC; text-decoration: none} 
  A:hover {color: #edbd2e ; text-decoration: underline;} 
}
form {
		margin: 0;
	}
	
	#reservation {
		border: 1 px solid #cdae7c;
		font-family: Tahoma;
		font-size: 12px;
		/*background-color: #2f6c04;*/
		color: #000000;
	}
	
	#reservation a:link, #reservation a:visited {
		color: #CCCCCC;
		text-decoration: none;
	}
	#reservation a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	#reservation td {
		padding: 3px 5px;
		font-weight: bold;
		text-align: center;
		color:#FEFFE1;
	}
	
	#reservation input, #reservation select {
		font-family: Tahoma;
		font-size: 12px;
	}
