/* indents the main content when colspan=2 within table cell */

BODY {
  color: #000000;
  background-color: #ffffff;
  font-family: "Times New Roman",Times,serif;
  font-size: 12pt;
  margin-top: 23px;
  margin-left: 20px;
  margin-right: 5px;
}

P {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 15px 15px 0px 25px;
  margin: 0px;
}

H2 {
  color: #009900;
  background-color: #ffffff;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  padding-left: 25px;
  margin: 0px;
}

/* place within cell and use valign and td height for vertical spacing */
H3 {
  text-align: left;
  font-family: "Times New Roman",Times,serif;
  font-size: 14pt;
  padding-left: 25px;
  margin: 0px;
}

/*use for first paragraph after an H3 tag */
.firstpara {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 0px 30px 0px 25px;
  margin: 0px;
}

FORM {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 0px 30px 0px 25px;
  margin: 0px;
}

UL {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  list-style-type: disc;
}

/* not sure what this class is for, possibly tried with the thick line...*/
.bline {
  color: #000000;
  background-color: #ffffff;
}

/*added for NE6.x - if doctype defined, the line is thick in the head section unless this class is added to the td cell*/
.blackLine {
  background-color: #000000;
  font-size: 5%;
}

/*added for NE6.x - if doctype defined, the line is thick in the footer section unless this class is added to the td cell*/
.greenLine {
  background-color: #009900;
  font-size: 5%;
}

/* use within li tag for different bullet */
.subList {
  list-style-type: circle;
}

/* use within li tag for italicized text and undo the bolding of the UL adds an extra line in netscape.*/
.topic {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  padding: 0px 30px 0px 0px;
  margin: 0px;
}

/* use within li tag for normal text to undo bolding of the UL adds an extra line in netscape*/
.pltopic {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 0px 30px 0px 0px;
  margin: 0px;
}

/* use within li tag for note about pdf link , to undo bolding of the UL adds an extra line in netscape*/
.pdfNote {
  text-align: left;
  font-size: 80%;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 0px 30px 0px 0px;
  margin: 0px;
}

/* can use within ul tag or several li tags to make link bold or plain  */

.plain {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* for header images above the content or other "boxes" on the page */
.headImg {
  margin-left: 25px;
  margin-right: 30px;
}

/* for bullets on SAFE_store page and to enlarge text on error page */
.lgtext {
  font-family: "Times New Roman", Times, serif;
  font-size: 14pt;
  font-weight: bold;
}

/* for SAFE store page and use with flowing around images */
.just {
  text-align: justify;
 }

.imgText {
  text-align: justify;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 15px 30px 0px 25px;
  margin: 0px;
}

.imgLeft {
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  padding: 15px 30px 0px 25px;
  margin: 0px;
}

.headgreen {
  font-weight: bold;
  font-size: 110%;
  color: #009900;
  background-color: #ffffff;
}

/* prev and next for links at bottom of page, place class in p tag 
  IE doesn't do text-align right for a tags*/
.next {
  font-weight: bold;
  font-size: 10pt;
  text-align: right;
  padding: 0px;
 }

.prev {
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
  padding: 0px;
 }

/* format of "top of page" in the menu column */
.middle {
  margin: 9in 0in 0in;
  padding: 0in;
  text-align: center;
}

/* for the include on the home page */
.footnote {
  color: #009900;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .6em;
  padding: 15px 30px 0px 0px;
  margin: 0px;
}

.date {
  color: #009900;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .6em;
  text-align: center;
}
