/* use when no indent of content within a table cell is needed */ 
BODY {
  color: #000000;
  background-color: #ffffff;
  font-family: "Times New Roman",Times,serif;
  font-size: 12pt;
  margin: 5% 25% 2% 10%;
}

P {
  text-align: left;
  font-size: 12pt;
  font-family: "Times New Roman",Times,serif;
  text-indent: 3%;
}

H3 {
  text-align: left;
  font-family: "Times New Roman",Times,serif;
  font-size: 14pt;
}

H4 {
  text-align: left;
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  font-size: 12pt;
}

H5 {
  text-align: left;
  font-family: "Times New Roman",Times,serif;
  font-size: 12pt;
  font-weight:normal;
}

TD {
  text-align: left;
  font-size: 12pt;
  font-family: "Times New Roman",Times,serif;
}

UL {
  list-style-type: circle;
  font-size: 12pt;
  font-family: "Times New Roman",Times,serif;
}

.numb {
  list-style-type: decimal;
  font-size: 12pt;
  font-family: "Times New Roman",Times,serif;
}

/* used in chapter 3 to indent a table  */
.box {
  margin-left: 4%;
}

/* used in chapter 3's td cells to contain NE4 margins */
.cell {
  margin-right: 25%;
  padding-right: 25%;
}

.under {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.boldital {
  font-weight: bold;
  font-style: italic;
}

/* used in chapter 4 for "middle" paragraphs*/
.midtext {
  margin-left: 4%;
  text-indent: 0%;
}

.noindent {
  text-indent: 0%;
}

/* not at all supported by NE, IE is ok*/
.pagebreak {
  page-break-before: always;
}

.footnote {
  font-size: 10pt;
  text-indent: 0%;
}
