/* Fonts ======================================================== */
/* Typography =================================================== */
/* Variables */
body {
  color: 1e 1e 1e;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida Grande, "Lucida Sans", Lucida, sans-serif; }

h1 {
  margin: 16px 0;
  font-size: 28px; }

h2 {
  margin: 14px 0;
  font-size: 20px; }

h3 {
  margin: 12px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em; }

h4 {
  margin: 10px 0;
  font-size: 13px; }

p, li, th, td, .validationError, input, select, legend, textarea, .job {
  color: #222222;
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida Grande, "Lucida Sans", Lucida, sans-serif;
  line-height: 1.5;
  font-size: 0.9em; }

p
{
  text-align:justify;
}

p, th, td, .validationError, input, select, legend, textarea {
  margin-bottom: 18px; }

.job p {
  margin-bottom: 0; }

.job ul {
  padding-top: 18px; }

table tr th {
  vertical-align: top;
  font-weight: bold; }

#content ul {
  list-style-type: disc; }

#content ol, .content ol {
  list-style-type: decimal; }

p sup, th sup, td sup {
  font-size: .9em; }

sup {
  position: relative;
  bottom: 1ex;
  height: 0;
  vertical-align: baseline;
  line-height: 1; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

