<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General style */
body {margin-left: 155px; margin-right: 0px; color: black;
 background: #fed; font-family: sans-serif; font-size: 16px;
 text-align: left; padding-left: 5%; padding-right: 5% ;}
body.no_nav {margin-left: 35px; margin-right: 10px; color: black;
 background: #fed; font-family: sans-serif; font-size: 16px;
 text-align: left;}
h1 {font-size: 26px; margin: 0; padding: 0; text-align: center;}
h2 {font-size: 22px; margin: 0;}
h3 {font-size: 18px; margin: 0;}
hr {height: 1px; border-width: 0; background-color: #a88; color: #a88;}
a:link, a:visited {text-decoration: none; color: #028;}
a:hover {text-decoration: underline; color: #c11;}

/* Classed styles */
a.nofancy:hover {background: none;}
a.unselected:link, a.unselected:visited { text-decoration: none; color: #a88;}
a.unselected:hover {text-decoration: underline; color: #533;}
a.selected:link, a.selected:visited, a.selected:hover {
 text-decoration: underline; color: black;}
a.nav1_anchor:link, a.nav1_anchor:visited {text-decoration: none;
 color: #fff; font-variant: small-caps; text-transform: lowercase;
 font-weight: bold;}
a.nav1_anchor:hover {text-decoration: none; color: #bde;
 font-variant: small-caps; text-transform: lowercase; font-weight: bold;
 background: none;}
a.nav1dum_anchor {text-decoration: none; color: #a88;
 font-variant: small-caps; text-transform: lowercase;}
a.nav2_anchor:link, a.nav2_anchor:visited {color: #533;}
a.nav2_anchor:hover {color: #c11;}
a.nav2dum_anchor {text-decoration: none; color: #a88;}
a.bred, a.bred:hover {text-decoration: none; color: #c11; font-weight: bold;}
a.noanchor, a.noanchor:hover {text-decoration: none; color: black;}
img.photo {padding: 0; border-style: solid; border-color: #a88;
 border-width: 1px; width: 300px;}
img.valid_img {border-width: 0; width: 88px; height: 31px;}
p.inconspicuous, span.inconspicuous, ul.inconspicuous,
 ol.inconspicuous {color: #755; font-family: sans-serif; font-size: 9px;
 margin: 0;}
p.inconspicuous12, span.inconspicuous12, ul.inconspicuous12,
 ol.inconspicuous12 {color: #755; font-family: sans-serif; font-size: 12px;
 margin: 0;}
p.inconspicuousdef, span.inconspicuousdef, ul.inconspicuousdef,
 ol.inconspicuousdef {color: #755; font-family: sans-serif; margin: 0;}
p.centred {text-align: center; width: 100%;}
p.justified {text-align: justify; width: 100%;}
p.inconspicuous_centred {color: #755; font-family: sans-serif;
 font-size: 9px; margin: 0; text-align: center; width: 100%;}
table.data {border-collapse: collapse; border-style: solid;
 border-width: 1px; border-color: #a88; background-color: #bde;
 text-align: center; caption-side: bottom;}
table.data tr td {border-style: solid; border-width: 1px; border-color: #a88;
 padding-top: 3px; padding-bottom: 3px; padding-left: 7px; padding-right: 7px;
 white-space: nowrap ;}
table.data caption {color: #755; font-family: sans-serif; font-size: 12px;
 margin: 0; text-align: justify;}
tr.data_head td {background-color: #533; color: #fff; font-weight: bold;}
tr.data_hl td, td.data_hl {background-color: #fcc;}

/* Navigator */
/* Navigator container */
table.nav_contain {width: 150px; border-width: 0; border-spacing: 0;
 border-collapse: collapse; position: fixed; top: 35px; left: 5px;}
table.nav_contain_nofollow {width: 150px; border-width: 0; border-spacing: 0;
 border-collapse: collapse; position: absolute; top: 35px; left: 5px;}
table.nav_contain td, table.nav_contain_nofollow td {padding: 0; margin: 0;
 width: 150px;}
td.nav_title h1 {color: #755; font-family: sans-serif; font-size: 9px;
 font-weight: normal; margin: 0; text-align: center;}
/* Navigator headers */
table.nav_main {border-width: 1px; border-style: solid; border-color: #a88;
 width: 150px; border-spacing: 0; border-collapse: collapse;
 text-align: center;}
table.nav_main tr td {padding: 0; background-color: #533;}
table.nav_main tr td h2 {font-size: 18px;}
/* Navigator cells */
table.nav_inner {padding: 0; text-align: center; width: 150px;
 border-spacing: 0; border-collapse: collapse;}
table.nav_inner tr td {padding: 2px; background-color: #bde;}
table.nav_inner tr td h3 {font-size: 14px; font-weight: normal;}
/* Navigator-show button */
p.nav_show {position: absolute; top: 35px; left: 5px; display: none;
 font-family: sans-serif; font-size: 9px; margin: 0; color: #755;}
p.nav_show a:link, p.nav_show a:visited { text-decoration: none; color: #a88;}
p.nav_show a:hover {text-decoration: underline; color: #533;}
</pre></body></html>