h1, h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
}
h2 {
  font-size: 14pt;
  font-weight: bold;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
}
a:link {
  color: #800000;
}
a:visited {
  color: #800000;
}
a:hover {
  color: #ff0000;
}
p {
  margin-left: 10px;
}
table {
  background: #ffffff none repeat scroll 0%;
}
hr {
  border:  none;
  color: #000000;
  background-color: #000000;
  height: 2px;
}
body {
  background: #808080 none repeat scroll 0%;
  font-family: Arial;
  font-size: 12pt;
  color: #000000;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0;
}
.bg1 {
  background-image: url(images/r_side.jpg);
  background-repeat: repeat-y;
}
.bg2 {
  background-image: url(images/bottom.jpg);
  background-repeat: repeat-x;
}

