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


a { text-decoration: none }


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


h1 { color: maroon; background: inherit; text-align: center; font-weight:
bold; font-family: sans-serif }
h2 { color: maroon; background: inherit; text-align: center; font-weight:
bold; font-family: sans-serif }
h3 { color: maroon; background: inherit; text-align: center; font-weight:
bold; font-family: sans-serif; font-size: 16pt }
h4 { color: maroon; background: inherit; text-align: center; font-weight:
bold; font-family: sans-serif }


blockquote p { text-align: left; text-indent: 0 }
hr { text-align: center }
p.book { font-family: sans-serif; font-weight: bold; }

p.from { text-align: center; text-indent: 0; color: #215E21; background:
inherit; font-weight: bold }
p.fst { text-indent: 0 }
p.note { text-indent: 0 }
p.endnote { font-size: 11pt; text-align: justify; 3%; margin-left: 3%; margin-right: 3% }
p.info { text-indent: 0; text-align: left; font-size: 10pt }
p.linkback { text-align: center; text-indent: 0; font-size: 10pt }
p.updat { text-align: right; text-indent: 0; font-size: 9pt }
p.quote { text-indent:0; margin-left: 2%; margin-right: 2% }
p.link { text-align: center; text-indent: 0; font-size: 10pt }
 
/* indiscreet text (primarily for dates) */
span.date {
 background: transparent;
 color: #333333;
 font-family: "Arial", sans-serif;
 font-size: 11pt;
 font-weight: normal;
 }
 /* sub head */
p.sub { 
 color: black;
 font-size: 14pt;
 text-align: center;
 font-family: "New York", serif;
 font-weight: bold;
 line-height: 110%;
 text-indent: 0em;
 margin-right: 6%;
 margin-left: 6% 
 }


 /* Used in the info block */
 
p.information { 
 background: transparent;
 color: #000033; 
 text-indent: 0em; 
 font-size: 12pt; 
 font-family : "Times New Roman", serif;
 line-height: 125%;
 text-align: left;
 margin-right: 6%; 
 margin-left: 6% 
 }
 
 /* Used in the info block */
span.info {
 background: transparent;
 color: #000033; 
 font-family: "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}
p.sub {  color: black;
 font-size: 14pt;
 text-align: center;
 font-family: "New York", serif;
 font-weight: bold;
 line-height: 125%;
 text-indent: 0em;
 margin-right: 6%;
 margin-left: 6% 
 }
  
span.note {
color: #000033;
font-family : "Times New Roman", serif;
font-size: 10pt;
font-weight: normal;
vertical-align: top;
 }

a.nt { font-size: 10pt }

span.maroon

{   color: maroon; }

p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 color: maroon;
 font-family : "Arial", "Helvetica", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }
/* =====================================*/
/* 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%; }
}
