<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body  {
  background       : white;
  background-color : #ffffff;
  color            : #000000;
  margin           : 0px 0px 0px 0px;
  padding          : 0px;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 12pt;
  font-weight      : normal;
  font-style       : normal;
  text-align       : justify;
}

p {
  margin           : 10px 10px 10px 50px;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

a:link    { color: #0000b0; text-decoration: none; }
a:visited { color: #000060; text-decoration: none; }
a:hover   { color: #a00000; text-decoration: underline; }
a:active  { color: #a00000; text-decoration: underline; }

a.menuboxitem:link    { color: #0000b0; font-weight: bold; font-style: normal; text-decoration: none; }
a.menuboxitem:visited { color: #000080; font-weight: bold; font-style: normal; text-decoration: none; }
a.menuboxitem:hover   { color: #b00000; font-weight: bold; font-style: normal; text-decoration: underline; }
a.menuboxitem:active  { color: #00b000; font-weight: bold; font-style: normal; text-decoration: underline; }

a.void:link    { color: #a0a0a0; font-weight: bold; font-style: normal; text-decoration: none; }
a.void:visited { color: #a0a0a0; font-weight: bold; font-style: normal; text-decoration: none; }
a.void:hover   { color: #a0a0a0; font-weight: bold; font-style: normal; text-decoration: none; }
a.void:active  { color: #a0a0a0; font-weight: bold; font-style: normal; text-decoration: none; }

table {
  border         : 1px none;
  border-spacing : 1px;
  border-collapse: collapse;
  padding        : 1px;
}

tr {
  border : 2px none;
  padding: 2px;
}

td {
  border        : 2px none;
  padding       : 2px;
  vertical-align: top;
}

table.border {
  border         : 1px solid;
  border-spacing : 0px;
  border-collapse: none;
  padding        : 1px;
}

tr.border {
  border : 1px solid;
  padding: 1px;
}

td.border {
  border        : 1px solid;
  padding       : 1px;
  vertical-align: top;
}

table.frame {
  width          : 100%;
  border         : 0px none;
  border-spacing : 0px;
  border-collapse: collapse;
  padding        : 3px;
}

tr.frame {
  border        : 0px none;
  padding       : 3px;
}

td.frame {
  border        : 0px none;
  padding       : 3px;
  vertical-align: top;
}

td.framemid {
  border        : 0px none;
  padding       : 3px;
  vertical-align: middle;
}

td.framebot {
  border        : 0px none;
  padding       : 3px;
  vertical-align: bottom;
}

table.menubox {
  width          : 100%;
  border         : 1px solid;
  border-spacing : 0px;
  border-collapse: collapse;
  padding        : 0px;
}

tr.menuboxhead {
  border         : 1px solid;
  padding        : 0px;
  background     : #e0e0ff;
  color          : #000000;
  font-weight    : bold;
  font-style     : normal;
  text-decoration: none;
}

td.menuboxhead {
  border         : 1px solid;
  padding        : 5px 15px 5px 5px;
  background     : #d0d0ff;
  color          : #000000;
  font-weight    : bold;
  font-style     : normal;
  text-decoration: none;
  vertical-align : middle;
  text-align     : left;
}

tr.menuboxitem {
  border         : 0px none;
  padding        : 0px;
  color          : #a0a0a0;
  font-weight    : bold;
  font-style     : normal;
  text-decoration: none;
}

td.menuboxitem {
  border         : 0px none;
  padding        : 4px 5px 1px 15px;
  color          : #a0a0a0;
  font-weight    : bold;
  font-style     : normal;
  text-decoration: none;
  vertical-align : middle;
  text-align     : left;
}

tr.highlight {
  border         : 0px none;
  padding        : 0px;
  background     : #e0e0ff;
  color          : #000000;
}

td.highlight {
  border         : 0px none;
  padding        : 0px;
  background     : #e0e0ff;
  color          : #000000;
  vertical-align : middle;
  text-align     : left;
}

h1 {
  font-size  : 24pt;
  font-weight: bold;
  font-style : normal;
  text-align : center;
}

h2 {
  font-size  : 20pt;
  font-weight: bold;
  font-style : normal;
  text-align : center;
}

h3 {
  font-size  : 16pt;
  font-weight: bold;
  font-style : normal;
  text-align : left;
}

h4 {
  font-size  : 14pt;
  font-weight: bold;
  font-style : italic;
  text-align : left;
}

td.fieldname {
  background-color:#cfcfff;
  text-align:right;
  color:#000000;
  border        : 1px solid;
  padding       : 2px;
  vertical-align: top;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 10pt;
  font-weight      : normal;
  font-style       : italic;
}

td.fieldvalue {
  background-color:#ffffcf;
  text-align:left;
  color:#000000;
  border        : 1px solid;
  padding       : 2px;
  vertical-align: top;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 11pt;
  font-weight      : bold;
  font-style       : normal;
}

select {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}

textarea {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}

input {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}
</pre></body></html>