html { 
height: 100%; 
}

body {
color: black; 
font-family: Verdana; 
font-size: 9pt;
width: 1000px;
margin:0 auto;
background: #e3e3e3;
overflow: scroll;
}

/* p = style of generic text */
td {
color: black; 
font-family: Verdana; 
font-size: 9pt;
}

p {
color: black; 
font-family: Verdana; 
font-size: 9pt;
}

LI {
color: black; 
font-family: Verdana; 
font-size: 9pt;
line-height:11pt; 
list-style-type: disc; 
list-style-position: inside;
} 

H1 {
color: black; 
font-family: Verdana; 
font-size: 12pt;
padding-top: 8px;
}

.table1 {
color: black; 
font-family: Verdana; 
font-size: 9pt; 
padding-left: 5px; 
padding-top: 5px; 
background-color:#F4F4F4;
}

.info {
background-color: #F4F4F4; 
padding-bottom: 5px; 
padding-left: 5px;
padding-top: 5px; 
margin-left: 5px;
}

.result {
background-color: #F4F4F4; 
color: black; 
font-family: Verdana; 
font-size: 9pt;
}

.logo {
float: left
}

.p {
color: black; 
font-family: Verdana; 
font-size: 9pt;
}

.mls {
float:right; 
color: black; 
font-family: Verdana; 
font-size: 8pt;
text-align: right; 
padding-right:5px; 
padding-top: 8px;
}

.address {
color: black; 
font-family: Verdana; 
font-size: 8pt; 
padding-top: 6px;
}

.price {
color: black; 
font-family: Verdana; 
font-weight: bold; 
font-size: 9pt; 
padding-top:12px;
}
.prop {
color: black; 
font-family: Verdana; 
font-weight: bold; 
font-size: 9pt;
}

.dis {
color: black; 
font-family: Verdana; 
font-size: 7pt;
}

.complex {
color: black; 
font-family: Verdana; 
font-size: 9pt;
padding-top: 8px; 
font-weight: normal;
}

.bed {
color: black; 
font-family: Verdana; 
font-size: 9pt; 
padding-top: 6px;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

/*Drop Shadows on Photos */
div.shadow { 
background: url('shadow.gif') no-repeat bottom right; 
margin: 10px 5px; 
padding: 0; 
position: relative; 
} 
  
div.shadow img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
margin: -5px 5px 5px -5px; 
padding: 3px; 
position: relative; 
vertical-align: bottom; 
} 

a:link {color: #bababa; text-decoration: none}     /* unvisited link */
a:visited {color: #bababa; text-decoration: none}  /* visited link */
a:hover {color: #fff; text-decoration: none}   /* mouse over link */
a:active {color: #bababa; text-decoration: none}   /* selected link */

.imagelink a:link {color: #3e5375; text-decoration: none}     /* unvisited link */
.imagelink a:visited {color: #3e5375; text-decoration: none}  /* visited link */
.imagelink a:hover {color: #738ab1; text-decoration: none}   /* mouse over link */
.imagelink a:active {color: #3e5375; text-decoration: none}   /* selected link */


