body
  {
  font-family: 'Times New Roman'
  }

H1
  {
  font-size: 14pt; 
  font-weight: bold;
  color: rgb(156, 0, 0);
  }

H2
  {
  font-size: 14pt; 
  font-weight: normal;
  color: rgb(156, 0, 0);
  }

H3 
  {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: rgb(156, 0, 0);
  }

H4
  {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: rgb(0, 0, 0);
  }

H5
  {
  font-size: 10pt;
  font-weight: normal;
  color: rgb(156, 0, 0);
  }

p.Review
  {
  color: rgb(156, 0, 0); 
  padding: 0 0 0 0;
  font-weight: bold;
  font-style: italic;
  }

p.Reviewer
  {
  color: rgb(156, 0, 0); 
  padding: 0 0 0 0;
  margin-bottom: 30pt;
  font-weight: normal;
  font-style: italic;
  }
 
p
  {
  text-align: left;
  }

p.date
	{
	font-size: 8pt; 
	margin-bottom: 300pt;
	margin-top: 20pt;
	}

