
a:active {
    outline: none;
    outline-style: none;
    cursor:pointer;
}

a:focus {
    outline: none;
    outline-style: none;
    cursor:pointer;
}

*:focus, *:active {
    outline:none;
    outline-style: none;
}

select:focus, option:focus, form:focus, select:active, option:active, form:active {
    outline:none;
    outline-style: none;
}

H2 {
	font-family: Georgia,Tahoma,Times, serif;
	font-size:16px;
	color:#000000;
	margin-top:20px;
	margin-bottom:6px;
}

.MenuHolder {
	padding-top:10px;
}

.Menu {
	display:inline;
	float:left;
	margin-right:20px;
}

.MainMenu {
	display:block;
	font-family: Georgia,Tahoma,Times, serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
}

.MainMenu:hover {
	text-decoration:none;
	padding-top:0px;
	color:#f1c204;
}

.BookingText {
	font-family:Georgia,Tahoma,Times,serif;
	font-size:120%;
	}

.OtherMenu {
	display:block;
	font-family: Georgia,Tahoma,Times, serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:0px;
}

.OtherMenu:hover {
	text-decoration:none;
	padding-top:0px;
	color:#f1c204;
}

.OtherOtherMenu {
	display:block;
	font-family: Georgia,Tahoma,Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:0px;
}

.OtherOtherMenu:hover {
	text-decoration:none;
	padding-top:0px;
	color:#f1c204;
}

.content {
	background-color:#df6f00;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	line-height:16px;
	padding:20px;
}

.contentmenu {
	background-color:#f1c204;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	line-height:16px;
	padding:20px;
}
.contentOutline {
	width:600px;
	border: 2px solid #4b9e2c;
	background-color:#000000;
	height:400px;
	overflow:auto;
}

.mapmenu {
	background-color:#f1c204;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	line-height:16px;
	padding:0px;
}
.mapOutline {
	width:600px;
	border: 2px solid #4b9e2c;
	background-color:#000000;
	height:400px;
	overflow:none;
}
.PageLinks {
	line-height:20px;
	font-size:14px;
}

.WhiteLink {
	color:#000000;
	text-decoration:none;
}

.WhiteLink:hover {
	color:#4b9e2c;
	text-decoration:underline;
}


.OrangeLink {
	color:#9f5000;
	text-decoration:none;
}

.OrangeLink:hover {
	color:#4b9e2c;
	text-decoration:underline;
}


