﻿* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border-collapse: collapse;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  background-image: url(images/background.png);
}
table {
  width: 100%;
}
th {
  background-image: url(images/background2.png);
  font-family: Courier New, monospace;
  white-space: nowrap;
  vertical-align: middle;
}
#logo th {
  text-align: center;
}
#logo a {
  text-decoration: none;
  text-transform: uppercase;
}
#logo img {
  border: none;
  margin: 0.3em;
}
#logo p {
  color: #009;
  text-align: center;
}
h1 {
  color: #009;
  font-weight: bold;
  font-size: 2em;
  margin: 0 0 0.2em 0;
}
h2 {
  color: #009;
  font: bold 1.3em Bookman Old Style, serif;
  text-align: center;
  line-height: 180%;
}
h3 {
  color: #017;
  font: bold 1.1em Bookman Old Style, serif;
  padding-top: 1em;
}
h4 {
  color: #006;
  font: normal 1.1em Bookman Old Style, serif;
}
p {
  margin: 0.2em;
  font-family: Bookman Old Style, serif;
  text-align: justify;
  line-height: 120%;
  text-indent: 1.5em;
}
div {
  margin: 0.2em;
  font-family: Bookman Old Style, serif;
  text-align: justify;
  line-height: 120%;
  text-indent: 1.5em;
}
.curs {
  font-size: 1.1em;
  font-style: italic;
  padding-right: 2em;
}
td {
  padding: 0.5em;
  vertical-align: top;
  padding-bottom: 2.5em;
}
#menu ul {
  padding-left: 1em;
  list-style-type: none;
  white-space: nowrap;
}
#menu li {
  font-weight: none;
  font-family: Bookman Old Style, serif;
  margin-top: 0.5em;
}
.recv {
  font-size: 0.8em;
  white-space: nowrap;
}
li ul li {
  list-style: circle outside;
}
a img {
  border: 1px solid;
}
#list {
  font-family: Bookman Old Style, serif;
  text-align: justify;
  line-height: 120%;
  list-style: disc inside;
}
#list li {
  padding-top: 0.3em;
}
#signature {
  text-align: left;
  padding: 0.5em;
}
#footer {
  color: #006;
  position: absolute;
  bottom: 0;
}
a:hover {
  color: #03A;
  text-decoration: none;
}

