﻿body {
	margin-top: 0px;
}
td {
  border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
td.red_white /*open house cells and font*/ {
  text-align: center;
  font-size: 12pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: white;
  background-color: rgb(172, 32, 44);
}
p {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
address/*address is front page text*/ {
  text-align: center;
  font-size:  10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style:normal;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 18pt;
  color: black;
}
h5/*h5 is footer font*/ {
  text-align: center;
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style:italic
}
h6/*h6 is listing detail*/ {
  text-align:justify;
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}
.red {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #cc0000;
}
.red_highlight {
  font-size: 10pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #cc0000;
  background-color: #FFFF00;
}
a:link {
  color: #cc0000;
  text-decoration: none;
}
a:visited {
  color: #cc0000;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
.ListingPending {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  font-family: Arial,Helvetica,sans-serif;
}
.ListingTitle {
  font-size: 14pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
}
hr {
  color: #cc0000;
  background-color: #cc0000;
  height: 4px;
  width:912px
}
img {
   border:0px;
}
