table#properties, table#mortgages {
	border: 1px solid #2D6200;
	width: 65%;	
}
table#properties { margin-top: 1.00em; padding-bottom: 10px;}
table#mortgages { margin-top: 1.00em; padding-bottom: 0px;}
table#mortgages th, table#properties th  {
	color: #2D6200;
	background-color: #F0FCF0;
	padding: 10px;
}
table#properties th  {
	font-size: 11pt;
	width: 50%;
}
table#mortgages th {
	font-size: 11pt;
	width: 100%;
}
table#properties th, table#properties td {
	padding: 10px;
}
table#properties ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
table#properties ul li {
	width: auto;
}
table#mortgages td {
	width: 100%;
	padding: 10px;
}
table#mortgages p {
	width: 100%;
	margin: 0 0 10px 0;
}
table#mortgages p b {
	color: #2D6200;
}
table#mortgages tr.note {
}
table#mortgages tr.note td {
	background-color: #F0FCF0;
	padding: 10px;
}