@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.rightcol_bg{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e2e2e2;
	padding:8px 0 0 0;
}

.availableproperties_bg{
	background:url(images/availableproperties_bg.gif) left repeat-y;
}

.property_txt strong{
font-size:12px;
color:#3702a1;
}

.property_txt{
color:#220067;
font-size:11px;
line-height:18px;
}
a, a:link, a:active, a:visited, a:hover{
	color:#0000EE;
	text-decoration:underline;
}
.property_txt a{
color:#220067;
}

.property_txt a:hover{
color:#000099;
}


