TABLE.table_houses {
	font-family:tahoma,sans-serif;
	font-size:11px;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : 1px solid Black;
	border-bottom: 1px solid Black;
	background: white;
}

.houses_header {
	font-family:tahoma,sans-serif;
	font-size: 13px;
	background: #D6E7EF;
	font-weight: bold;
	color : #104A7B;
	border-bottom : 1px solid #606060;		
}

.houses_description {
	font-family:tahoma,sans-serif;
	font-size: 13px;
	background-color : #EBEBEB;
	color : #000000;
}

.buttons {
	font-family:tahoma,sans-serif;
	font-size: 13px;
	text-align : center;
	background: White;
	background: #F0F0E0;
	border-top : 1px solid #606060;		
}

.state_name {
	font-family:tahoma,sans-serif;
	font-size: 20px;
	font-weight : bold;
}

A{
	color: #006600;
	text-decoration: none;
}

A:HOVER {
	color: #295AB6;
	text-decoration: underline;
}

TR, TD, BODY, P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
