.subscribe {
  background: #FFFFFF;
  border: .2ex dotted gray;
  padding: 0.5em;
  font-size:      small;
  text-align:     justify;
  margin-left:    auto;
  margin-right:   auto;
  font-family: "Bitstream Vera Sans Mono", monospace;
  line-height:    120%;
}
.inform {
  font-size:      xx-small;
  max-width:      85ex;
  text-align:     justify;
  text-transform: uppercase;
  margin-left:    auto;
  margin-right:   auto;
  font-family: "Bitstream Vera Sans Mono", monospace;
  color:          #888;
  line-height:    120%;
  }
tr.flash:hover { background-color : green }
tr.flashA:hover { background-color : #99CC99; font-size : 12px; font-weight: bold; }
tr.flashA { background-color : #99FF99; font-size : 12px; font-weight: bold; }
tr.flashB:hover { background-color :#FFE4C4; font-size : 11px; font-weight: italic; }
tr.flashB { background-color : #FAEBD7; font-size : 11px; font-weight: italic; }
html, body {
  line-height:     120%;
  color:           black;
  font-weight:     normal;
  font-family: "Bitstream Vera Sans", sans-serif;
  font-style:      normal;
  text-decoration: none;
  margin:  0;
  padding: 0;
  border:  0;
}
a:visited {
  color: blue;
  background-color: white;
}
a:link {
  color: blue;
  background-color: #FFFFF0;
}
a:hover {
  color: blue;
  background-color: yellow;
}
a:active {
  color: red;
  background-color: #eee;
}
a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */
ul.toc {
  list-style: none;
}
ol li {
  padding: .1em;
}
img {vertical-align: middle}

#logous {
   text-align: center;
   margin: 0;
   padding: 0;
   margin-bottom: 0.3em;
   background: #fff;
   color: red;
   font-family: Times, "Times New Roman", serif;
   font-style: normal;
   font-weight: bold;
   margin-top: -6px;
}


#menu {
/*  min-width: 63em; */
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 1.5em;
  background-color: #eee;
  border-bottom: solid 1px white;
}
#menu li {
  display: inline;
  padding: 0;
  margin: 0;
}
#menu li b {
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  width: 12em;
  padding: 2px 0px;
  margin: 0;
  background-color: #fff;
  color: green;
  font-size: smaller;
  font-variant: small-caps;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #fff;
}
#menu li a:link, #menu li a:visited {
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  width: 12em;
  padding: 2px 0px;
  margin: 0;
  background-color: #eee;
  color: #053188;
  font-size: smaller;
  font-variant: small-caps;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #ddd;
}
#menu li a#selected:link, #menu li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}
#menu li a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}
#menu li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}
.text {
   font-size : 13px;
   font-family : Verdana, Arial, sans-serif;
}

#main {
background-color: #fff;
margin:0; padding:1;
width: 100%;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
align: center;
}
/* Fieldsets in general */
fieldset {
  background: #FCFCFC;
  border: 1px dotted #000;
  margin-left:   0.4em;
  margin-right:  0.4em;
  padding:       0.4em;
  font-size : 13px;
  margin-left:    auto;
  margin-right:   auto;
  font-family: Verdana, Arial, sans-serif;
  color:          #000;
}
fieldset legend {
  color: #000;
  background: #FFF;
  font-variant: small-caps;
  padding: .1ex .5ex;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6, dt {
  font-family: "Bitstream Vera Sans", sans-serif;
  font-size-adjust: .58;
  font-variant: small-caps;
}
h2 {
  font-size: 2.2em;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 0em;
  margin-bottom : 0em;
}
h6 {
  font-size: 1.1em;
  font-style: italic;
  text-decoration: none;
  color: #666;
  text-indent: 1em;
  margin:0;
}



