<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  font-size: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

h2 {
	font-size:16pt;
  font-weight: normal;
}

h3 {
	font-size:13pt;
  font-weight: normal; 
  page-break-after:avoid;
}

table {
  border-collapse: collapse;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid black;
}

td {
  border: 1px dotted black;
  margin-left: 20px;
  padding: 5px;
}

p {
	widows: 3;
	orphans: 3;
}

.pb {
	page-break-before:always;
}

#masthead {
	display:none;
}

#breadcrumbs {
	display:none;
}

#footer {
	display:none;
}
</pre></body></html>