@charset "UTF-8";
/* CSS Document */

#ratetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-align: justify;
}

#ratetable .head {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

#ratetable .season {
	font-weight: bold;
	color: #000;
}
#ratetable .season2 {
	font-weight: bold;
	color: #FFF;
}

#ratetable .roomdescription {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#ratetable .price {
	text-align: center;
}

#ratetable .note {
	font-size:9px;
}

#ratetable .darkbg {
	background-color: #8B3232;
}

#ratetable .lightbg {
	background-color: #F5DA90;
}
