@media screen { .noshow { display:none } }
@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 */

.b { font-weight:bold }
.i { font-style:italic; }

.c { text-align:center }
.j { text-align:justify }
.l { text-align:left }
.r { text-align:right }

.cb { text-align:center; font-weight:bold; }
.ci { text-align:center; font-style:italic; }
.jb { text-align:justify; font-weight:bold; }
.ji { text-align:justify; font-style:italic; }
.lb { text-align:left; font-weight:bold; }
.li { text-align:left; font-style:italic; }
.rb { text-align:right; font-weight:bold; }
.ri { text-align:right; font-style:italic; }

.nobr { white-space:nowrap; }

.imgc { text-align:center; margin-top:0px; margin-bottom:0px; padding:0px; }
.img1 { margin-top:0px; margin-bottom:1em; padding:0px; }

.pastaba1 { font-size:80%; font-weight:normal; font-style:italic; color:red; }
.pastaba2 { font-weight:normal; color:red; }

.indent { text-indent:5%; text-align: justify }

.mygtukas {background-color:#cccccc; color:#003300; font-weight:bold; }

H1 { font-size:200%; font-weight:bold; font-variant:small-caps; text-align:center; text-decoration:underline; margin-bottom:0; }
H2 { font-size:150%; font-weight:bold; }
H3 { font-size:120%; font-weight:bold; }
