﻿
#AllProperties {
	background-color: #fffacd;
	border-style: solid;
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 5px;
	padding-top : 8px;
	padding-left : 8px;
	padding-right : 8px;
	border-top: black thin solid;
	border-bottom: black thin solid;
	border-left: black thin solid;
	border-right: black thin solid; }
#Property {
	background-color: #ccccff;
	text-align: left;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	border-top: black thin solid;
	border-bottom: black thin solid;
	border-left: black thin solid;
	border-right: black thin solid;	}
#PropertyPicture {
	margin: 10px;
	padding: 10px;
	float: right;
	text-align:center;
	border-style: groove; }
#PropertyTitle {	
	text-align: center;
	color: blue;
	font-size: medium;
	font-weight: bold; }
#REOTitle {
	text-align: center;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: red; }
#Price {
	font-size: medium;
	font-weight: bold;
	color: red; }
	
	