body {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11pt;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 1em 0.25em 1em 1em;
}

fieldset legend {
  color: #888;
  font-size: 11pt;
  font-weight: bold;
  padding: 0 0.5em;
}

p.question {
  font-weight: bold;
}

span.required {
  font-weight: bold;
  color: #F00;
}

td input, td textarea {
  width: 100%;
}

td input.button {
  display: none;
  width: 200px;
  background-color: #CCC;
}

td input.checkbox {
  width: 20px;
}

hr {
  width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.errorFound {
  color: #FF0000;
}

.smalltitle {
  font-size: 10pt;
}

#container {
  width: 750px;
}

form, input, textarea, select {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
}

input, textarea, select {
}

input.checkbox {
}

input.optional {
}

input.error {
  border: 1px solid #F00;
  background-color: #FF8D8D;
}

textarea.opt {
}

textarea.erro {
}

select.option {
}

select.err {
  border: 1px solid #F00;
  background-color: #FF8D8D;
}


/* ======================== TABLE CELL ======================== */

td {
  vertical-align: top;
}

td.question {
  font-size: 8pt;
  text-align: left;
  font-weight: bold;
}

td.formdescriptor {
  font-size: 10px;
  font-style: italic;
  text-align: left;
}

td.employmentcheckbox {
  text-align: right;
  font-size: 10pt;
  padding-right: 20px;
}

td.tabletitle {
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  vertical-align: bottom;
  border-bottom: 1px solid #000000;
}

td.school {
  font-weight: bold;
  text-align: right;
}

td.answer {
  border-bottom: 1px solid #000000;
}

td {
  padding-right: 10px;
}

/* ======================== PARAGRAPH ======================== */

p.title {
  font-weight: bold;
  background-color: #FFF;
  font-size: 12pt;
  color: #000;
  text-indent: 5px;
  text-align: left;
}

p.certification {
  text-align: justify;
  text-indent: 30px;
  font-size: 8.5pt;
  line-height: 1.5em;
}

span.smalltitle {
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
}

fieldset.selected {
}

fieldset.selected legend, fieldset legend {
  text-transform: uppercase;
  color: #0077A7;
}

div img {
  display: block;
  float: right;
}

div p {
  clear: both;
}