* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
body {
  color: #000;
}
img#logo, div#top img, div.map img, div#nav, #top ul, #top p, address img, iframe, .recl{
  display: none;
}
img.l {
  display: block;
  border: none;
  float: left;
  margin: 0.5em 2em 0.5em 0;
}
h1 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 0 0 0.5em 0;
  font: normal normal 2.6em "Monotype Corsiva", serif;
  text-align: center;
}
h2 {
  margin: 1em 1em 0 1em;
  font: normal bold 1.5em "Times New Roman", serif;
}
h3 {
  margin: 1em 2em 0 2em;
  font: normal bold 1.4em "Times New Roman", serif;
}
h4{
  margin: 0.5em 1em 0.5em 0;
  font-size:110%;
}
pre {
  margin: 0.5em 1em 1em 4em;
  text-indent: 1em;
  font-size: 1.1em;
  font-family:  "Times New Roman", serif;
}
ul, ol{
  padding:10pt 0 0 2.5em;
}
ul ul{
  padding:5pt 0 5pt 2.5em;
}
dl {  
  font: normal normal 1.1em "Times New Roman", serif;
  text-align: left;
  margin-top: 0.4em;
  padding: 0.5em 1em 0.5em 1em;
}
dt {
  padding: 0.5em 1em 0.5em 0;
  clear: left;
}
dd {
  padding: 0 1em;  
}
#top ol {
  list-style: none;
}
#top ol li {
  padding: 0.2em 0 0 0;
}
a {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0.5em 0;
  text-indent: 1em;
  font: normal normal 1em "Times New Roman", serif;
  clear: right;
}
p:first-letter {
  font: italic normal 1em "Flavius", "Times New Roman", serif;
}
table {
  border: 1px solid #000;
  font: normal normal 1em "Times New Roman", serif;
  margin: 0.5em auto;
}
caption {
  font: normal bold 1.1em "Times New Roman", serif;
  padding: 0 0 0.2em 0;
}
td, th {
  border: 1px solid #000;
  padding: 0.3em 0.5em;
}
sup {
  font: normal bold 0.7em "Times New Roman", serif;
}
sub {
  font: normal normal 0.7em "Times New Roman", serif;
}
address {
  font: 1em "Courier New", monospase;
  text-align: right;
  border-top: 1px solid #000;
  margin: 1em 0;  
  padding: 0.5em;
}