/* CSS Document */

body {
	background-color: #000;
	margin:0; padding: 7px 0 0 7px;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
a{}
a:link, a:visited {color: #0099FF; text-decoration: none;}
a:hover, a:active {color: #ea8c1c; text-decoration: underline;}	

.stateName {
	font-weight: bold; 
	font-size: 15px; color: #ea8c1c; }

.cityName {
	color: #fff; font-weight: bold; padding-top: 5px;}

.propertyLink {
	font-size: 12px;}

table {
	width: 100%; border:0;}
	
td {
	padding: 0;
	text-align: left;}	
	
