.table1 , .table2 {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #808080;
	border-collapse: collapse;
	}
.table1 th, .table2 th {
	padding: 0.3em 1.5em;  
	font-size        : 11px;
	text-transform   : uppercase;
	height           : 20px;
	letter-spacing   : 1px;
	color            : #FFF;
	background		 : #0066CC ;
	font-weight      : bold;
	text-align: center;
	}
.table1 tr.odd, .table2a tr.odd {
	background: #dde;
	}
.table1 tr.even, .table2 tr.even   {
	background: #fff;
	}
	
.table1 td {
	padding: 5px;
	text-align: center;
	}
.table2 td {
	padding: 10px;
	border-bottom: 1px dashed;
	border-color: gray;
	}
.cprice {
	font-size: 120%;
	color: red;
 }

.subtext {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
 }
.lowtext {
	font-size: 120%;
	text-decoration: underline;
	line-height      : 24px;
	color: red;
 }
.highlighttext {
	font-weight: bold;
	color: red;
 }

h3.titletx {
  background       : url(images/header.gif) repeat;
  font-size        : 16px;
  font-weight      : bold;
  line-height      : 24px;
  text-align       : left;
  color            : #0066CC;
  width            : 100%;
}

.modelhomedesc {
	width: 250px;
	}

