h1 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 36px;
}
h2 {
	line-height: normal;
	text-align: center;
}

body {
	background-color: #000000;
	font-size: 14px;
}
#tableHeader {
	text-align: center;
}
#tableLayout {
	background-color: #00729C;
	border: thick solid #CCCC00;
}
#tableContent {
	background-color: #FFFFFF;
	margin-top: 5px;
}
#tableRepeatingRegion {
	background-color: #FFFFFF;
}
#repeatingTable {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #00729C;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #00729C;
}
#repeatingAddress {
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
}
#repeatingPrice {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
#repeatingDescription {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}

#tableHeading {
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#tableHeading h1 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#tableNavigation {
	text-align: center;
	font-size: 13pt;
	border: medium solid #00729C;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
#tableNavigation a:link {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #0000FF;
}
#tableNavigation a:visited {
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tableNavigation a:hover {
	font-weight: bolder;
	color: #FF0000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tableNavigation a:active {
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tableFooter {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#rentedDescription {
	vertical-align: top;
	padding: 5px;
}
#rentedAddress {
	color: #000000;
}
#rentedAddress a:link {
	color: #000000;
}

#rentedAddress a:visited {
	color: #000000;
}
#rentedAddress a:hover {
	font-weight: bolder;
}
#rentedAddress a:active {
	color: #000000;
}

