<html>
	<head>
		<style type = 'text/css'>
			<!--
				table {
					border-top : 1px solid black;
					border-right : 1px solid black;
					border-spacing : 0px;
					page-break-before : always;
					page-break-inside: avoid;
					width : 100%;
				}
				tr {
					margin : 0px;
					padding : 0px
				}
				tr.normal {
					background-color : white;
				}
				tr.alternate {
					background-color : lightgray;
				}
				tr.paidoff {
					background-color : cyan;
					font-weight : bold;
				}
				td {
					text-align : left;
					vertical-align : top;
					white-space : pre;
					border-left : 1px solid black;
					border-bottom : 1px solid black;
					font-size : 9.2pt;
					font-family : Times;
				}
				td.sectionHeader {
					font-weight : bolder;
					font-size : 9.2pt;
				}
				td.header {
					font-weight : bolder;
				}
			-->
		</style>
	</head>
	
	<body>