html, body, table, tr, td {
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #000000;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	color:#a23137;
	text-decoration:underline;
}

h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:26px;
	margin:5px;
	padding:0px;
}

h2 {
	color:#a23137;
	font-family:"Trebuchet MS";
	font-size:24px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

h3 {
	color:#a23137;
	font-family:"Trebuchet MS";
	font-size:18px;
	margin:0;
	padding:0;
}

h4 {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:14px;
	margin:0;
	padding:0;
}

h5 {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0;
	padding:0;
}

h6 {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:9px;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:14px;
}

b {
	font-weight:normal;
}

/*
input {
	border: 1px solid #999999;
}
*/

.txtNormal {
	font-family:"Trebuchet MS";
	font-size:14px;
}

#header {
	text-align:center;
}

#header-text {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

#main {
	font-family:"Trebuchet MS";
}

#footer {
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

.navigation {
	font-family:"Trebuchet MS";
	font-size:13px;
}

.navigation li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
/*
.navigation li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height: 2em;
	line-height: 2em;
	display: block;
}
*/

.navigation a.navNode-active {
	color:#a23137;
}

.navigation a.navNode-inactive {
	/*color:#747474;*/
	color:#FFFFFF;
}

.booking-header td {
	font-weight:bold;
}

.apartment-url a {
	text-decoration:underline;
}

.apartment-name a {
	text-decoration:none;
}