@CHARSET "ISO-8859-1";

.roomsRates {
	margin-top:12px;
	padding-top:20px;
	background-image: url("../images/bigboxbg.png");
	background-repeat: no-repeat;
	font-weight: normal;
	
}

.apartmentRates {
	margin-top:10px;
	padding-top:10px;
	background-image: url("../images/bigboxbg.png");
	background-repeat: no-repeat;
	font-weight: normal;
}

.extras {
	margin-top: 30px;
	padding-top:10px;	
	background-image: url("../images/bigboxbg.png");
	background-repeat: no-repeat;
	font-weight: normal;
}

.reservInstuctions{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	background-image: url("../images/bigboxbg.png");
	background-repeat: no-repeat;
	font-weight: normal;
	color: black;	
	}

.reservInstuctions a:visited{
	color: black;		
	text-decoration: underline;
	}	

.reservInstuctions a:link{
	color: black;	
	text-decoration: underline;
	}	

.reservInstuctions a:active{
	color: black;		
	text-decoration: underline;
	}	

.reservInstuctions a:hover {
	color: black;		
	text-decoration: underline;
	}

.priceChange {
	padding-top: 15px;
	text-align: left;
	}	
	
.pricesCaption {
	text-align:left;
	}

.roomPic {
	padding-top:12px;
}


}