/* $Id: style.css,v 1.4 2004/06/03 08:38:08 xsphere Exp $ */

body {
  background-image: url('img/paper.png');
  background-repeat: both;
  padding: 24pt 48pt;
  color: #072595;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

img {
  border: none;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  color: #072595;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6pt;
  color: #072595;
}
h2 + p {
  margin-top: 0;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
}
.menu a {
  color: #7f0000;
  text-decoration: none;
}

td#side-menu {
  font-size: 12pt;
}
td#content-cell {
  color: black;
  padding-left:50px;
  font-size:10pt;
  text-align: justify;
}

.bottom-menu {
  font-size: 8pt;
  margin-top:6pt;
  text-align: center;

}
.bottom-menu a {
  color: #7f0000;
}

.photo-right {
  float: right;
  margin: 20px;
}