body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  background: #F6EEDD;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.iframe {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  background: #EBE3D2;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

p, td {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9pt;
  color: #737A35;
}

.map {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  background: #D3D5BF;
  background-image:url(images/map.gif);
  background-repeat:no-repeat;
  background-attachment:fixed;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  width: 100%;
  overflow-x: hidden;
}

.floorplans {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  background: #D3D5BF;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  width: 100%;
  background-image:url(images/floorplan_bg.gif);
  background-repeat:repeat-y;
  overflow-x: hidden;
}

.line { line-height:14pt; }

a:link { color: #737A35; }
a:visited { color: #737A35; }
a:active { color: #737A35; }
a:hover { color: #959A65; }

.sans {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #959A65;
}

.sm {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 8pt;
  color: #737A35;
}

.white {
  color: #FFFFFF;
}