.propertyList{
	margin: 3px;
	border: thin;
	border-style: solid;
	border-color: #bebebe;
	background-color: white;
	font-size:  small;
	color: black;
	width: 70%;
	font-family: tahoma,arial,verdana; font-size:11px; color:black; text-decoration:none; font-weight:100;
	padding:5px;
	
}
.propertyList #tkl {
	margin: 7px;
	border: 3px;
	border-style: outset;
	border-color: gray;
}

.propertyList #tkl:hover {
	cursor: pointer;
	opacity:0.75;
	filter:alpha(opacity=75);
}


