body, table, input, select, textarea {
  font: 10pt Arial;
}

.smallButton {
  display: inline-block;
  width: 96px; height: 16px;
  background-image: url(Images/ButtonSmall.gif);
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.smallButton:hover {
  text-decoration: none;
}

.largeButton {
  display: inline-block;
  width: 256px; height: 24px;
  background-image: url(Images/ButtonLarge.gif);
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.largeButton:hover {
  text-decoration: none;
}

.section {
  border: solid 1px #5AA594; background-color: #F0F0F0;
}

h1 {
  margin-top: 0px;
  font-size: 175%;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 120%;
}

h3 {
  font-size: 110%;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #E0E0E0;
  font-weight: normal;
  text-align: left;
}

img {
  margin: 0px;
}