.style1 {
        font-size: 18px;
        font-weight: bold;
}
.style2 {       color: #333333;
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
}
body {
        background-image: url(images/bg_stripes.jpg);
        background-repeat: repeat;
}


div#property
{
  margin-left: 20px;
}

table#lots
{
  display: inline;
  margin-left: 20px;
  border-collapse: collapse;
  border: 0px solid #cccccc;
}

table#lots th
{
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 7px;
  font-weight: bold;
  background-color: #a6a577;
  color: #fff6d3;
  text-align: center;
  font-size: 1.2em;
}

table#lots td
{
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center;
}

.right
{
  text-align: right;
}

ul.phaselist
{ 
  list-style: disc; 
  border: 0px solid gray;
  width: 100px;
}

ul.phaselist li
{
  margin-left: 10px;
}

table.phaselist
{
  border-collapse: collapse;
  border: 1px solid #000000;
}

table.phaselist td
{
  padding: 5px 10px 5px 10px;
  background-color: #dadab8;
}

table.phaselist th
{
  font-weight: bold;
}

table.phaselist a
{
  color: blue;
}

table.phaselist a:hover
{
  color: #a30001;
  text-decoration: underline;
}

div#map
{
  text-align: center;
  margin-bottom: 0px 0px 20px 0px;
  vertical-align: top;
  border: 0px solid #dddddd;
}

div#map img
{
  border: 0px solid #eeeeee;
}

div#map table#outer
{
  width: 100%;
}
