body {
  font-family: "Palatino Linotype", "Script MT Bold", "ShelleyAllegro BT", Perpetua, "Times New Roman", Times, Script, serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

a {
  color: #000;
}

td {
  vertical-align: top;
}

/* --- HOME --- */

div#contenthome p {
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
  line-height: 18px;
  text-align: center;
}

div#contenthome a {
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
  line-height: 18px;
}

/* --- CONTENT --- */

table.content {
  width: 100%;
}

table.content td.left {
  width: 50%;
  /*padding-right: 16px;*/
}

table.content td.right {
  width: 50%;
  /*padding-left: 16px;*/
}

table.content td.middle {
  text-align: center;
}

table.content td.statleft {
  width: 100px;
  padding-right: 16px;
}

table.content td.statright {
  width: 100px;
  padding-left: 16px;
}

/* --- CONTENT --- */

div.formheader {
  width: 313px;
  height: 56px;
  background: transparent url(../images/bkgrnd_formheader.gif) no-repeat top left;
  padding-top: 15px;
  margin: 0;
}

div.formheader p {
  margin: 0;
  margin-left: 20px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

div.formbody {
  margin: 0;
  width: 313px;
  background: transparent url(../images/bkgrnd_form.gif) no-repeat bottom left;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #666666;
}

form table {
  margin: 0 15px 20px 15px;
}

input, select {
  font-size: 11px;
  border: 1px solid #beb6af;
  width: 130px;
}

form div.line {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  padding: 0;
  margin: 5px 0;
  border-top: 1px solid #fff;
}

form p {
  margin: 2px 0;
}

input.button {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #615d5a;
}