/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	color: #00bdff;
	line-height: 16px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffee7c;

}
.text-table {
	padding: 0px 8px 4px 16px;
}
.bullet {color: #FF6600}
.contact {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #CAB000;
}
.backLinks {
	color: #c30000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------- pricelist -----------------------*/
.ratestable {
	width: 100%;
}
.ratescorner {
	background-color: #fee74c;
	border: 1px solid #d0c056;
}
.ratesheader {
	background-color: #fee74c;
	font-weight: bold;
	color: #978300;
	text-align: center;
	border: 1px solid #d0c056;
}
.ratesrooms {
	background-color: #fff6b7;
	font-weight: bold;
	color: #978300;
	border: 1px solid #d0c056;
	padding-right: 4px;
	padding-left: 4px;
}   
.ratesprices {
	background-color: #fff6b7;
	color: #978300;
	text-align: center;
	border: 1px solid #d0c056;
}
.notes {
	font-weight: normal;
	color: #978300;
	padding: 4px;
	text-align: left;
}	
.offers {
	background-color: #fee74c;
	font-weight: bold;
	color: #978300;
	text-align: center;
	padding: 4px;
	border: 1px solid #d0c056;
}