@charset "windows-1250";
body {
  font-family     : helvetica, arial, sans-serif; 
  font-size       : 100%;
  color           : #000000;
  background-color: #C0C0C0;
}

div   { width       : 100%; }
h1    { font-size   : 180%; }
h2    { font-size   : 140%; }
h3    { font-size   : 120%; font-style: italic; border-bottom: solid thin #000080; /*font-weight: normal;*/  }
h4    { font-size   : 100%; font-style: italic; border-bottom: solid thin #000080; font-weight: normal;  }
h5    { font-size   : 80%;  font-style: italic; border-bottom: solid thin #000080; font-weight: normal;  }

div.copyright {
  font-size        : 80%;
  color            : #000080; 
}

div.epp {
  font-size        : 90%;
  color            : #000080;
  text-align       : center;
  border-bottom    : solid thin #000080;  
  font-weight      : bolder;
  margin-left      : 60%; 
  margin-right     : 10%;  
  padding-bottom   : 4pt;      
}

p { 
  margin-top       : 10pt;
  margin-bottom    : 10pt;
  margin-left      : 20pt;
  text-align       : justify;
}

p.intro {
  font-style       : italic;
  font-weight      : bolder;
  background-color : transparent;
  color            : #000080; 
}

p.note {
  font-family      : helvetica, arial, sans-serif; 
  font-size        : 100%;
  font-style       : italic;
  font-weight      : bolder;
  color            : #000000;
  background-color : #C0C0C0;
}

h1.head {
  background-color : transparent;
  color            : #000080; 
  text-align       : center;
}

h1,h2,h3,h4,h5, hr {
  background-color: transparent;
  color           : #0000A0; 
}

h3 { margin-left : 10pt; }
h4 { margin-left : 20pt; }
h5 { margin-left : 30pt; }

table.Src {
  position  : relative;
  width     : 80%;
  left      : 10%;
}

table.form {
  background-color : #DDDDDD;
}

td.Src {   
  border           : solid thin #000080;
  font-family      : helvetica, arial, sans-serif; 
  font-size        : 100%;
  background-color : #DDDDDD;
  color            : #000000;
}

td.SrcDesc {   
  font-family      : helvetica, arial, sans-serif; 
  font-size        : 80%;
/*  font-style       : italic;*/
  font-weight      : bolder;
  text-align       : left;
  color            : #000080; 
}

tr.index {
  font-size        : 120%;
}

pre {
  font-family      : "Fixedsys", monospace;
  margin-left      : 10pt;
  margin-bottom    : 10pt;
  margin-right     : 10pt;
  margin-top       : 10pt;
}

pre.table {
  margin-bottom    : 0pt;
}

code {   
  background-color : transparent;
  color            : #000080; 
  font-size        : 100%;
}

b {   
  background-color : transparent;
  color            : #000080; 
  font-size        : 100%;
}

li {
  margin-left      : 10pt;
  margin-bottom    : 3pt;
}

div.form_subtitle {
  color            : #000080; 
  background-color : transparent;
  font-style       : italic;
  font-weight      : bolder;
  margin-bottom    : 0pt;
  text-align       : center;
}

div.form_up {
  color            : #000080; 
  background-color : transparent;
  font-weight      : bolder;
  margin-top       : 20pt;
  margin-bottom    : 5pt;
  text-align       : left;
}

div.form_down {
  color            : #000080; 
  background-color : transparent;
  font-weight      : bolder;
  text-align       : right;
}

div.form_radio {
  color            : #000080; 
  background-color : transparent;
  font-weight      : bolder;
  text-align       : center;
}

div.freed {
  color            : #0000C0; 
  background-color : transparent;
  font-size        : 60%;
  text-align       : center;
}

a:link    { color:#404040    ; background-color:transparent}
a:visited { color:#0000FF    ; background-color:transparent}
a:active  { color:#0000AA    ; background-color:transparent}
a:hover   { color:#FF0000    ; background-color:transparent}

