BODY {
  color: black;
  background: #FFF;
  margin-left: 8%;
  margin-right: 8%;
  font-family: helvetica;
  font-size: 10pt;
}

H2 {
  font-family: helvetica;
  font-size: 18pt;
  text-align: center
}

H4 {
  font-family: helvetica;
  font-size: 12pt;
}

H5 {
  font-family: helvetica;
  font-size: 8pt;
  margin-left: 0.5cm
}

EM.error {font-family: helvetica;
	  text-align: center;
          color: #84001E}

TABLE {
}

TH {
  background: #CCCCCC;
} 

TD {
  vertical-align: top;
  font-family: helvetica;
  font-size: 10pt;
}

TD.pics {
  vertical-align: bottom;
  font-family: helvetica;
  font-size: 10pt;
}

IMG.logo {
  text-align: right;
  border-style: hidden
}

P.note {
  font-family: helvetica;
  font-size: 8pt;
  margin-left: 0.5cm
}

/*A { 
  color: #84001E;
  border-style: hidden
}
A:visited { color: dimgray; }*/

A.footer {
  text-align: center;
  font-family: helvetica;
  font-size: 8pt
}

.indent {
  margin-left: 1.0cm
}

.bold {
  font-weight: bolder;
}

OL LI {list-style: decimal}
OL OL LI {list-style: upper-alpha}
OL OL OL LI {list-style: lower-alpha}
OL OL OL OL LI {list-style: lower-roman}


