<!--

table.building{
	border-collapse: collapse;
	width: 100%;
}

table.building td, table.building th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: 1em;
}
table.building th {
	background: url(/img/th.png) no-repeat left top;
	color: white;
	border-color: #14556b;
}
table.building th.imgUp{
	background: url(/img/thumbup_t.png) no-repeat left top;
}
table.building th.imgDown{
	background: url(/img/thumbdown_t.png) no-repeat left top;
}
table.building tr.even {
	background: url(/img/td.png) no-repeat left top;
}
table.building a{
	display:block;
	text-decoration:none;
}

table.building th a:link, 
table.building th a:visited, 
table.building th a:hover, 
table.building th a:active {
	color:#fff;
}
table.building th a:hover{
	color:#333;
}
table.building img{
	border:0px;
	margin-left:2px;
	padding-top:2px;
}

-->