html {
  margin:0px;
  padding:0px;
}

body {
  margin:0px;
  padding:0px;
  font-family:garamond,serif;
  font-size:80%;
}

td {
  font-family:garamond,serif;
  font-size:100%;
}

form {
  padding:0px;
  margin:0px;
}

.hometext {
  font-size:85%;
  padding:0px 20px 0px 20px;
  line-height:140%;	
}

.mapinfoLeft {
  font-size:100%;
  font-weight:bold;
  color:#5A1809;
  background:#D7C4A4;
  border-top:1px solid #5A1809;
  border-bottom:1px solid #5A1809;
  border-left:1px solid #5A1809;
  padding:2px 2px 2px 8px;
}

.mapinfoRight {
  font-size:100%;
  font-weight:bold;
  color:#5A1809;
  background:#D7C4A4;
  border-top:1px solid #5A1809;
  border-bottom:1px solid #5A1809;
  border-right:1px solid #5A1809;
  padding:2px 8px 2px 2px;
}


.patternspecs {
  padding:6px;
  border:1px solid #B99E77;
  color:#000000;
  background:#F3E4D2;
}


#mapLoading {
  font-weight:bold;
  width:490px;
  color:#5A1809;
  background:#D7C4A4;
  border:1px solid #5A1809;
  text-align:center;
  position:absolute;
  top:177px;
  left:239px;
  visibility:visible;
}

#mapHQ {
  position:absolute;
  top:17px;
  left:239px;
  clip:rect(0px 490px 0px 0px);
}


/* Hiding from NS4 */
/*/*/

.bgset1 {
  color:#000000;
  background:url("images/bg_set1.jpg") no-repeat;
}

.bgset2 {
  color:#000000;
  background:url("images/bg_set2.jpg") no-repeat;
}

.bgset3 {
  color:#000000;
  background:url("images/bg_set3.jpg") no-repeat;
}


/* Done hiding from NS4 */

