/* CSS Document */
body {
	background-image:url(bg_main.gif);
	background-repeat: repeat;
	background-color: #6D6D6D;
	margin: 0;
}
.welcome_bg {
	background-image:url(h_welcomebg.gif);
	background-repeat: repeat-x;
	background-color: #FFFAE4;
}
.welcome_txt {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}
.propconsult_txt {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.propconsult_txt:hover {
    text-decoration:underline;
}

.featured_txt {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.footer_txt {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
a.footer_txt:hover {
	color: #939393;
}
.footer_txt01 {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.footer_txt01:hover {
	color: #939393;
}