body {
	background: #17191a url(images/bg.jpg) top left repeat-x;
}

A 	{
	color : yellow; 
	text-decoration : underline;
}
A:Visited {
	color : yellow; 
	text-decoration : underline;
}
A:Active {
	color : yellow; 
	text-decoration : underline;
}
A:Hover {
	color : yellow; 
	text-decoration : 
	none;
}


.tc {
	background: url(images/bg-content.jpg) top left repeat-y;
	padding: 0 10px 10px 10px;
	font: 11px verdana;
	color:#CCCCCC;
	text-decoration: none;
}
.list {
	background: url(images/bglist.jpg) top left no-repeat;
}

.imglist {
	margin: 7px 0px 0px 7px;
}
.txt {
	font: 11px Verdana;
	color:#cecdcd;
	text-decoration:none;
}
.propertyname {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	font: 11px verdana;
	color: #FF9900;
	text-decoration:none;
}
.tbox {
	height: 20px;
	font: 11px Verdana;
	color:#666666;
	text-decoration:none;
	border: solid 1px #999999;
}
.tbox2 {
	font: 11px Verdana;
	color:#666666;
	text-decoration:none;
	border: solid 1px #999999;
}
.tline{
	background: url(images/linebg.jpg) top left repeat-x;
}
.bottom {
	background: url(images/bg-bottom.jpg) top left no-repeat;
	font: 11px Verdana;
	color:#666666;
	text-decoration:none;
}

.bottom a:link,a:visited {
	font: 11px Verdana;
	color:#666666;
	text-decoration:none;
}
