
body
 {
 color: black;
 background: #FFFFF0;
 margin-left: 6%;
 margin-right: 6%
 } 

p
 {
 font-size: 12pt;
 text-align: justify;
 line-height: 140%;
 text-indent: 1em;
 font-family: "Georgia", "New York", "Times New Roman", serif; 
 }

h1
 {
 color: maroon;
 text-align: center;
 font-weight: bold;
 font-family: "Arial", "Helvetica", sans-serif;
 }

h2
 {
 color: maroon;
 text-align: center;
 font-weight: bold;
 font-family: "Arial", "Helvetica", sans-serif;
 }

h3
 {
 color: maroon;
 text-align: center;
 font-weight: bold;
 font-family: "Arial", "Helvetica", sans-serif;
 }

h4
 {
 color: maroon;
 text-align: center;
 font-weight: bold;
 font-family: "Arial", "Helvetica", sans-serif;
 }

blockquote
 {
 font-size: 11pt;
 text-align: justify;
 text-indent: 0;
 line-spacing: 11pt;
 }
blockquote p
 {
 text-align: left;
 text-indent: 0;
 }

.cap
 {
 font-weight: bold;
 font-family: "New York", "Times New Roman", serif;
 font-size: 14pt;
 }

hr
 {
 text-align: center;
 }

hr.section
 {
 width: 33%;
 }

.sup
 {
 font-family: "New York", "Times New Roman", serif;
 font-size: 11pt;
 }

p.info
 {
 font-size: 10pt;
 text-align: justify;
 text-indent: 0;
 font-family: "Georgia", "New York", "Times New Roman", serif;
 line-height: 125%;
 }

p.quote
 {
 font-size: 11pt;
 text-align: justify;
 text-indent: 0;
 line-spacing: 11pt;
 font-family: "Georgia", "New York", "Times New Roman", serif;
 margin-left: 10%;
 margin-right: 10%;
 line-height: 125%;
 }

p.keyw
 {
 font-size: 9pt;
 text-align: left;
 text-indent: 0;
 }

p.from
 {
 text-align: center;
 text-indent: 0;
 color: 215E21;
 font-weight: bold;
 }

p.fst
 {
 text-indent: 0;
 font-size: 12pt;
 text-align: justify;
 font-family: "Georgia", "New York", "Times New Roman", serif;
 line-height: 140%; 
 }

p.note
 {
 text-indent: 0;
 font-size: 11pt;
 }

p.linkback
 {
 text-align: center;
 text-indent: 0;
 font-size: 10pt;
 }

p.updat
 {
 text-align: right;
 text-indent: 0;
 font-size: 9pt;
 }

p.greet
 {
 margin-left: 30%;
 text-indent: 0;
 }

p.sig
 {
 color: black;
 font-size: 12pt;
 font-family: "Georgia", "New York", "Times New Roman", serif;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 text-indent: 0em;
 margin-right: 6%;
 margin-left: 10%;
 }

a.nt
 {
 font-size: 10pt;
 }

p.link
 {
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 text-indent: 0pt;
 }

li
 {
 font-size: 12pt;
 text-align: justify;
 font-family: "Georgia", "New York", "Times New Roman", serif; 
 }
/* =====================================*/
/* 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%; }
}
