BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p
{
	font-size:12px;
	margin:9px 0 9px 0;
	line-height: 1.5
}
h3
{
	font-family: "Lucida Grande", "Trebuchet MS";
	color:darkblue;
}
h4
{
	font-family: "Lucida Grande", "Trebuchet MS";
	color:darkblue;
	padding-bottom:1px;
}
#buttonTable
{
	border-collapse:collapse;
}
#buttonTable td
{
	padding:0px;
	margin:0px;
	text-align:right;
}
.button
{
	margin-right:5px;
	font-size:17px;
	font-family: Georgia, serif;
	line-height: 1.95em;
}
.button a
{
	color:#414141;
	text-decoration:none;
	cursor:pointer;
}
.templateBody
{
	border: 1px solid #ece9d8;
	padding:10px;
	width:100%;
}
.pageTitle
{
	margin-bottom:0px;
	margin-top:3px;
	border-bottom:1px solid #ece9d8;
}
#inFormContainer
{
	background: url("images/formBack.bmp") repeat-x;
	width:187px;
}
#inFormHead
{
	text-align:center;
	padding:3px;
	background: url("images/form_top_back.png");
	color:white;
	font-size:12px;
	font-weight:bold;
}
#inFormBody
{
	padding-top:3px;
	border: 1px solid darkblue;
}
.inFormItem
{
	padding-bottom:3px;
}
.inFormLabel
{
		width:52px;
		float:left;
		font-size: 10px;
		padding:2px;
		font-weight:bold;
}
.formTable
{
	border: 1px solid darkblue;
	border-collapse: collapse;
	background: url("images/formBack.bmp") repeat-x;
}
.formTable thead
{
}
.formTable thead td
{
	text-align:center;
	padding:3px;
	background:darkblue;
	color:white;
	font-size:12px;
	font-weight:bold;
}
.formTable td
{
	font-size: 10px;
	padding:2px;
	font-weight:bold;
}
ul
{
	font-size: 12px;
	line-height: 1.5;
}
ol
{
	font-size: 12px;
}
.propertyDescription
{
  	font-size: 12;
  	line-height: 1.5
}
.moreInfo
{
	text-align:center;
}
.moreInfo a
{
	color: #1045b5;
	font-size:120%;
}
	
.propertyListingTitle
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;	
}
.propertyListing
{
}
.propertyListing ul
{
	list-style-type: square;
	margin-left: 18px;
	padding-left: 6px;
}
.propertyListing ul li
{
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.propertyContent 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.bulletpoints 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
.signup 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}
.adlink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
#AdminResultDataTable
{
	border-collapse: collapse;
	width:100%;
}
#AdminResultDataTable thead
{
	border: 1px solid black;
	text-align:center;
	background:#5672bb;
	font-weight:bold;
	color:white;
	font-family: verdana,arial; 
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}
#AdminResultDataTable thead a
{
	color:white;
}
#AdminResultDataTable tbody
{
	font-size:12px;
}
#AdminResultDataTable tbody tr.even
{
	background-color:#f8f8f9;
}
#AdminResultDataTable td
{
	border: 1px solid black;
	text-align:center;
	padding-bottom:3px;
}
.hidden
{
	display:none;
}
.rollover
{
	background-color:#fff48e;
}
#editCreateTable
{
	border-collapse: collapse;
	border: 1px solid lightgrey;
}
#editCreateTable thead
{
	background: #5672bb;
	color:white;
	border-bottom: 1px solid;
	text-align:center;
}
#editCreateTable tbody
{

}