@media screen {
.noshow { display:none }
BODY { background-color:#fdf3da; }
}
@media print {
.noprint { display:none }
BODY { font-size:70%; background:white }
TABLE.data { background-color:#ffffff; font-size:8pt; }
TABLE.stnlst { background:white; border-color:999999; font-size:80%; }
TABLE.stnlst TH { border-color:999999; }
TABLE.stnlst TD { border-color:999999; }
TABLE.index { background:white; font-size:100%; }
}

FORM { font-size:1em;}  /* form font size = body font size */
TABLE { font-size:1em;}  /* table font size = body font size */
A { font-size:1em;}  /* table font size = body font size */

.b { font-weight: bold }
.c { text-align: center }
.j { text-align: justify }
.l { text-align: left }
.r { text-align: right }
.u { text-decoration:underline }

.bu { font-weight: bold; text-decoration:underline }

.sup1 { font-size:60%; vertical-align:50%; }

.aciu { margin:15px; font-size:70%; }
.cb { text-align:center; font-weight:bold; }
.imgc { text-align:center; margin-top:0px; margin-bottom:0px; padding:0px; }

A { color:#dd0000; text-decoration:none }
A:visited { color:#990000 }
A:hover { text-decoration:underline overline; color:#009900 }
A:focus { text-decoration:underline overline; color:#009900 }
A:active { color:#009900 }

TABLE.data { padding: 0 0.3em 0 0; background-color:#e1eee4; }
TABLE.holder { padding: 0 0 0 0.3em; background-color:#e1eee4; }
TABLE.name { padding: 0 0.3em 0 0; background-color:#70ff70; }
TABLE.list { font-size:70%; font-weight:bold; }
TABLE.stnlst { width:100%; text-align:center; }
TABLE.index { width:100%; border-style:none }

TR.hdr { color:#003300; font-weight:bold; text-decoration:none; text-align:center; vertical-align:middle; padding: 0 0 0 0; }
.pamineti_hdr { color:#330000;background-color:#F9DA88; font-weight:bold; text-decoration:none; text-align:center; vertical-align:middle; padding: 0 0 0 0; }

TD.lu { text-align:left; vertical-align:top; width:33% }
TD.logo { vertical-align:center; padding: 0.5em 0.5em 0 0; }

TH.name { color:#000000; font-size:1.2em; font-weight:bold; text-align:left; vertical-align:bottom; padding: 0 0 0 0.3em; }
TH.shem { color:#000000; background-color:#70ff70; font-size:1.2em; font-weight:bold; text-align:left; vertical-align:bottom; padding: 0 0 0 0.3em; }
TH.hdr { color:#003300; font-weight:bold; text-decoration:none; text-align:right; vertical-align:top; padding: 0 0.3em 0 0; }

H1 { font-family:"Bank Gothic Medium BT","BankGothic","BankGothic LT"; font-size:200%; font-weight:bold; font-variant:small-caps; text-align:center; text-decoration:underline; margin-bottom:0; }
H2 { font-family:"Bank Gothic Medium BT","BankGothic","BankGothic LT"; font-size:144%; font-weight:bold; font-variant:small-caps; text-align:center; margin-top:-5pt; }
H3 { text-align:center; font-size:120%; }
H4 { text-align:center; }
H5 { text-align:center; font-size:85%; }


/* selection color: */

::-moz-selection { background:#990000; color:#fdf3da; }
::selection { background:#990000; color:#fdf3da; }
code::-moz-selection { background:#990000; color:#fdf3da; }
code::selection { background:#990000; color:#fdf3da; }
