html {
  overflow: -moz-scrollbars-vertical;
}
body {
  background-color: #91aec4;
  background-image: url('images/bg.jpg');
  background-repeat: repeat-x;
  margin-top: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

td, td td {
  font-size:12px;
}

a:link, a:active, a:visited {
  color: #192d51;
  text-decoration: none;
}

a:hover {
  color: #192d51;
  text-decoration: underline;
}

hr {
  color: #192d51;
}

h1 {
  color: #192d51;
  font-size: 18px;
}
h2 {
  color: #192d51;
  font-size: 14px;
}
h3 {
  font-size:12px;
  font-weight: bold;
}
.error_message, td.error_message {
  color: #FF0000;
}
.small_note, td.small_note {
  font-size:0.8em;
  font-weight: normal;
}