<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body { background : #660000 }


a:link { color: #990000; background: transparent; text-decoration: none }
a:visited { color: #993333; background: transparent; text-decoration: none }


hr { width: 94%; text-align: center; height: 1px; color: #330000; }


p {
 text-indent: 0em;
 font-family: "Arial", sans-serif;
 color: #000000;
 background: transparent;
 font-size: 8pt;
 text-align: left;
 line-height: 125%;
 margin-left: 2%;
 margin-right: 2%;
 }

 p.fst {
 text-indent: 0em;
 font-family : "Verdana", sans-serif;
 color: #000000;
 font-size: 6pt;
 text-align: center;
 line-height: 125%;
 margin-left: 2%;
 margin-right: 2%;
 }


p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
</pre></body></html>