/* GENERAL FORMATTING */
h1 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1ex;
  margin: 15px 10px 10px 10px;
  padding: 0px;
  line-height: 99%;
}

h2 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11pt;
  letter-spacing: 0ex;
  margin: 25px 10px 0px 10px;
  padding: 0px;
}

h3 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11pt;
  letter-spacing: -0.1ex;
  margin: 25px 5px 0px 5px;
  padding: 0px;
  text-align: center;
}
h4 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 105%;
  margin: 7px 5px 0px 5px;
  padding: 0px;
  text-align: left;
}

p {
  padding: 2px 5px;
  margin: 0px;
  text-indent: 1em;
  text-align: justify;
  line-height: 130%;
}


a:link,a:visited {
  color: rgb( 30, 30,200);
}

a:hover,a:active {
  color: rgb(170,  0,  0);
}




input, select, button {
  padding: 1px 2px 1px 2px;
  width: 150px;
}
input.checkbox {
  width: auto;
  height: auto;
  vertical-align: sub;
  border-width: 0px;
  background-color: transparent;
}

button {
  background-color: rgb(225,225,234);
  font-weight: bold;
}

