body { background: #21313B; color: #C8DFEF; font-family: Arial }
a { color: #4482C9; text-decoration: none }
a:hover { text-decoration: underline }
a:visited { color: #3668A0 }
h1 { font-family: Arial; font-size: 26; color: #84A9B5; text-align: center; border-bottom: solid 1px #C8DFEF }
h2 { font-family: Arial; font-size: 30; font-style: italic; color: #FFFFFF; text-align: center }
h3 { font-family: Arial; font-size: 18; font-weight: bold; font-style: italic; color: #FFFFFF; margin-left: 4em }
p { font-size: 11pt; text-indent: 4em; margin-top: 0em; margin-bottom: 0em }
pre { font-family: Arial; font-size: 14 }
input,textarea { font: normal 12px Arial }
.header {
 position: absolute;
 top: 0px;
 left: 200px;
 right: 200px;
 height: 160px;
 z-index: 1;
 background: #21313B;
}
html>body .header { position: fixed }
.side_left {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 160px;
 min-width: 160px;
 height: 550px;
 z-index: 1;
}
html>body .side_left { position: fixed }
.side_right {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 160px;
 min-width: 160px;
 height: 550px;
 z-index: 1;
}
html>body .side_right { position: fixed }
.content {
 position: absolute;
 left: 200px;
 right: 200px;
 top: 160px;
 z-index: 0;
}
.text_h { font-weight: bold; text-align: center; margin-bottom: 1em }
.text_q { font-weight: bold; font-style: italic; text-align: right }
.news_header { font-size: 14pt; font-weight: bold; color: #84A9B5; text-align: center }
.news_date { font-size: 9pt; font-weight: bold; text-decoration: underline; margin-left: 2em; margin-bottom: 0.5em }
.news_text { font-size: 10pt; margin-left: 5em }
.list { margin-left: 3em }
