DIV.FeatpropsTable {
       text-align: left;
       vertical-align: top;
       }
TABLE.FeatpropsTable {
       width: 100%;
       vertical-align: top;
       text-align: left;
       border-collapse: collapse;
       border: 0px solid black;
       font-family: arial, helvetica, sans-serif;
       font-size: 12pt;
       font-weight: normal;
       color: black;
       }
TD.FeatpropsCell {
       width: 100%;
       }
TD.FeatpropsOdd {
       background-color: #F0EAD5;
       }
TD.FeatpropsEven {
       background-color: #EBE2C7;
       }
TD.FeatpropsCellText {
       width: 54%;
       }
.FeatpropsPrice {
       font-weight: bold;
       }
.FeatpropsAddress {
       font-weight: bold;
       }
.FeatpropsNeighborhood {
       font-weight: bold;
       }
.FeatpropsDescription {
       font-size: 11pt;
       }
.FeatpropsStatus {
       }
A.FeatpropsLink:link {
       text-decoration: underline;
       color: #444444;
       }
A.FeatpropsLink:visited {
       text-decoration: underline;
       color: #444444;
       }
A.FeatpropsLink:hover {
       text-decoration: underline;
       color: #666666;
       }
TD.FeatpropsCellPhoto {
       width: 46%;
	   text-align:center;
       }
IMG.FeatpropsImage {
       border: 0px solid black;
       }
