/*RealEstate master WEB SITE CSS*/
/*custom_color*/
/*rent_color------------------------------------------------------------------------*/
.rentcolor,.rentcolor th,.rentcolor td{
	border-color:#FF9900;
}
.rentcolor th,.rent_head,.head{
	background-color: #FFDCA7;
}
.rentcolor .th01{
	background-color: #FFF0DA;
}
/*buy_color------------------------------------------------------------------------*/
.buycolor,.buycolor th,.buycolor td{
	border-color:#63B746;
}
.buycolor th,.buy_head,.head{
	background-color: #C9E6BF;
}
.buycolor .th01{
	background-color: #E8F5E4;
}
/*land_color------------------------------------------------------------------------*/
.landcolor,.landcolor th,.landcolor td{
	border-color:#4689B7;
}
.landcolor th,.land_head,.head{
	background-color: #BFD6E6;
}
.landcolor .th01{
	background-color: #E4EEF5;
}
