:root {
 overflow-y: scroll !important;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}
td, td td, th {
  font-size: 0.75em;
}
select, input, textarea {
  font-size: 1.0em;
}
.section_title {
  font-size: 1.25em;
  font-weight: bold;
  font-style:italic;
}
.testimonial_title {
  font-size: 1.0em;
  font-weight: bold;
  color:#990000;
}
a:link, a:visited {
  color:#000000;
  text-decoration: none;
}
a:hover {
  color:#000000;
  text-decoration: underline;
}
.buttons {
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  padding-left:5px;
  padding-right:5px;
}
a.buttons:link, a.buttons:visited {
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: none;
}
a.buttons:hover {
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: underline;
}
.footer {
  background-color:#000000;
  color:#FFFFFF;
  font-size: 0.625em;
  height:30px;
  padding-left:5px;
  padding-right:5px;
  text-align: center;
}
.error_message, td.error_message {
  color: #FF0000;
}
.small_note, td.small_note {
  font-size:0.8em;
  font-weight: normal;
}