/* the navigatorCell specifies the attributes to use for the navigation cellof the page table */td.navigatorCell{	vertical-align:top;	text-align:left;	width:160;}/* the spacerCellLeft specifies the attributes to use for the white space cell on both sides of the content body */td.spacerCellLeft{	vertical-align:top;	text-align:left;	width:40;}/* the pictureCell specifies the attributes to use for the cells containing the house photos*/{	vertical-align:top;	text-align:left;	width:200;/* the bodyCell specifies the attributes to use for the content body cell ofthe page table */td.bodyCell{	vertical-align:top;	text-align:left;	width:525;}/* the bodyCellBottom specifies the attributes to use for the footer bodycell of the page table */td.bodyCellBottom{	vertical-align:top;	text-align:left;	width:525;	height:59;}/* the bodyClass specifies the attributes to use for the content body cellof the page table */body.bodyClass{   backgroundcolor:white;   background-image:url(/images/greybar.gif);   background-repeat:repeat-y;   font-family: verdana;    font-size: 10pt;   margin:0;}/* the 800x600 specifies the attributes to use for the page table */table.800x600{	width:770px;	height:450px;	borderWidth:0;	borderStyle:solid;	borderColor:white;}/* the header specifies the attributes to use for the global navigation cellof the page table */td.header{     backgroundcolor:white;     width:800px;     height:1;}/* the footer specifies the text attributes to use for the addressinformation text */.footer {	color: #4874B1; 	font-family: verdana; 	font-size: 8pt; 	font-style: italic;	font-weight: bold;	text-align: center}/* the paragraphHeader specifies the text attributes to use for the headertext in the page content */.paragraphHeader {	color: #002C5B; 	font-family: verdana; 	font-weight: bold; 	font-size: 10pt}/* paragraphBody specifies the text attributes to use for the paragraph textin the page content */.paragraphBody {	font-family: verdana; 	font-size: 10pt} .housetitle{	font-family: verdana;	font-size: 12pt;	font-weight: bold;	font: Verdana}.housedetail{	font-family: verdana;	font-size: 10pt;}td.linktext{	font-family: Verdana;	font-weight: bold;	color: #003399;}