p.index {
	text-align: left;
	text-indent: 0em;
	font-size: 12pt;
	font-weight: bold;
	line-height: 120%;
	margin-left: 40px;
	}
	
	p {
	
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 13pt;
 text-align: justify; 
 line-height: 120%;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: .25em;
 margin-bottom: .25em;
 }
	
	p.fst {
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify; 
 line-height: 120%;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: .25em;
 margin-bottom: .25em;
 
 }
 
 p.updat
  {
 text-indent: -1em;
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 text-align: right;
 line-height: 100%;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: .25em;
 margin-bottom: .25em;
 
 }

span.note {
 background: transparent;
 color: #333000; 
 font-family: "Arial", sans-serif;
 font-size: 11pt;
 font-weight: normal;
}
hr.section {width: 50%; height: 1px; text-align: center; }

H1 {
 background: transparent;
 color: #330000; 
 font-weight: bold;
 text-align: center;
 font-family: serif;
 font-size: 68pt;  
 line-height: 100%;
 margin-left: 36px;
 margin-right: 36px;

 }
 H2 {
 background: transparent;
 color: #330000; 
 font-weight: bold;
 text-align: center;
 font-family: serif;
 font-size: 24pt;  
 line-height: 100%;
 margin-left: 36px;
 margin-right: 36px;

 }
H4 {
 background: transparent;
 color: #330000; 
 font-weight: bold;
 text-align: left;
 font-family: serif;
 font-size: 14pt;  
 line-height: 130%;
 margin-left: 0%;
 margin-right: 0%;

 }

H5 {
 background: transparent;

 font-weight: bold;
 text-align: left;
 font-family: serif;
 font-size: 12pt;  
 line-height: 80%;
 margin-left: 0%;
 margin-right: 0%;
 margin-bottom: -1em

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
