/* CSS Document */

body {
	FONT-SIZE:10pt;
	FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;
	background-color: #000000;
}
table {FONT-SIZE:10pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
td {FONT-SIZE:10pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
input {FONT-SIZE: 9pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
textarea {FONT-SIZE: 9pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
select {FONT-SIZE: 9pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
option {FONT-SIZE: 9pt; FONT-FAMILY:"Trebuchet MS", Georgia, Verdana, Arial, Sans-serif;}
.list {list-style-image: url(arrow.gif); list-style-position: outside;}
a {
color: #FE6533;
}

.text {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	line-height: 13px;
}
/* ----------------- pricelist -----------------------*/
.ratestable {
	width: 100%;
}
.ratescorner {
	background-color: #FE6533;
}
.ratesheader {
	background-color: #999999;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.ratesrooms {
	background-color: #B7B7B7;
	font-weight: bold;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
}   
.ratesprices {
	background-color: #E0E0E0;
	color: #000000;
	text-align: center;
}
.notes {
	font-weight: normal;
	padding: 4px;
}	
.offers {
	background-color: #FE6533;
	font-size:15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 4px;
}
.copyright {
	font-size: 10px;
	color: #CCCCCC;
}