BODY {
  background-color:#CDE2F6;
  margin:0px;
  background-image:url(images/main_bg.gif);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center center;
}

td,p {
  font-family:verdana, arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  line-height:16px;
}
  
input,textarea,select {
  font-family:verdana, arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

A {
  color:#003CFF;
}

A:hover {
  text-decoration:none;
}

FORM {
  margin:0px;
  padding:0px;
}

.copyright {
  font-size:10px;
}


/* navigation */

.nav {
  line-height:20px;
    font-weight:bold;
}

.nav A {
  color: #000033;
  text-decoration:none;
}

.nav A:hover {
  color: #FFFFFF;
}


/* sales/letting instructions */

.instructions {
  font-size:10px;
  color:#000000;
}


/* other */
.drop_select {
  background-color:#EEEEEE;
}

/* result title */
.resultTitle {
  font-size:18px;
  color:#000000;
}