body {
	background-color: #CCCCCC;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.main {
	background-color: #FFFFFF;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #CC0000;
	font-size: 2em;
}
h2 {
	color: #999;
	font-size: 1.6em;
	margin-bottom: 10px;
}
h2 a {
	text-decoration: none;
}
p {
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 8px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
td.maintext {
	font-size: small;
	text-align: left;
}
td.highlightbar {
	font-size: x-small;
}
table.contact {
	font-size: small;
}
a:link, a:visited, a:hover, a:active {
	color:#0066CC;
}
.footer {
	font-size: xx-small;
	display: block;
	text-align: center;
}
.highlight {
	font-weight: bold;
	color: #FFE08E;
	background-color: #B0110E;
	padding: 10px;
}
.highlight a {
	color: #FFFFCC;
}
.readmore {
	font-size: xx-small;
	color: #666666;
}
.galleryitemtext {
	font-size: x-small;
	color: #666666;
}
.standardtext {
	font-size: small;
}

#nav {
	background-image: url(/Images/UI/MainMenu/filler.gif);
	background-repeat: repeat-x;
	background-position: right top;
	background-attachment: scroll;
	height: 34px;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	/*width: 10em;*/
}

#menu li {
	float: left;
	margin-left: 0;
	/*width: 10em;*/
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 900;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

.tm_month {
	text-align: right;
	color: #666666;
}

.tm_message {
	font-size: small;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.tm_author {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-bottom: 20px;
	border-bottom:1px dashed #a99;
}

.accommodation_special {
	border: solid 1px #ccf;
	padding: 0 10px 2px;
	margin: 10px 0;
	background: #eef;
}

.accommodation_special h2 {
	color: #06c;
}

.accommodation_special table {
	margin: 10px 0;
	border-top: solid 1px #ccf;
	border-bottom: solid 1px #ccf;
	background: 
}

.accommodation_special .special {
	background: #ddf;
}

.alert {
	border: solid 1px #ccf;
	padding: 2px 10px;
	margin: 10px 0;
	background: #eef;
}
