/* AUTHOR: dnk */
a {color:#ffffff; text-decoration:none; }
a:link {color:#ffffff; }
a:hover {color:#ffffff; }
a.men{font-size:12px; color:#99cc99; }
a.men:link {color:#99cc99; }
a.men:hover {color:#99cc99; }

td{font-family:Verdana; font-size:15px; }

tr.head{background-color:#003333; }
tr.even{background-color:#669999; }
tr.odd{background-color:#006666; }

td.line{border-style:double;  border-color:#003333; border-bottom-width:1px;  border-top-width:0px;  border-left-width:0px;  border-right-width:0px; }
textarea{border-style:double;  border-color:#003333; border-bottom-width:1px;  border-top-width:1px;  border-left-width:1px;  border-right-width:1px; background-color:#009999; color:#ffffff; scrollbar:none}
input{border-style:double;  border-color:#003333; border-bottom-width:1px;  border-top-width:1px;  border-left-width:1px;  border-right-width:1px; background-color:#009999; color:#ffffff; scrollbar:none}

body{background-color:#006666; color:ffffff; font-family:tahoma font-size: 12px}
p{text-align:justify; margin-top:1pt; margin-bottom:5pt; text-indent:20pt; margin-right:5pt; margin-left:5pt; }
h1{font-size:32px; text-align:center; margin-top:1pt; margin-bottom:5pt; }
h2{font-size:24px; text-align:center; margin-top:1pt; margin-bottom:5pt; }
h3{font-size:18px; text-align:center; margin-top:1pt; margin-bottom:5pt; }
h4{font-size:18px; text-align:justify; margin-top:1pt; margin-bottom:5pt; font-style:italic; margin-left:90pt; margin-right:5pt; }
h5{font-size:16px; text-align:right; margin-top:1pt; margin-bottom:5pt; margin-left:1pt; margin-right:5pt; }

.sign{font-style:italik; text-align:justify; }
.h{font-family:Tahoma; font-size:10px; }
.gry {font-weight:bold; color:gray}
.poem{text-align:center; font-style:italic}
.ep{font-size:14px; text-align:right; font-style:italic; margin-top:1pt; margin-bottom:0pt; margin-left:1pt; margin-right:5pt; }
.sml{font-size:11px; }
.ans{font-size:13px; font-style:italic; color:#33ffcc; }
.quot {
  border:1px dotted #003333;
  padding: 5px;
  max-height:200px;
  overflow:auto;
  font-size: 10px;
  height:expression(this.scrollHeight>200 ? '200px':''+(this.scrollHeight+5)+'px');
}