<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 8px;
	position: relative;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
a{
	color: #0000FF;
}
a:visited{
	color: #0000FF;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 8px;
}
.maintext a{
	color: #0000FF;
}
.maintext a:visited{
	color: #0000FF;
}

.lease_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 8px;
	text-align: center;
	background: #000000;
}
.lease_link a{
	color: #FF0000;
	text-decoration: none;
}
.lease_link a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.lease_link a:visited{
	color: #FF0000;
}
-->