body { 
  background-color: #ffffff; 
  margin-left: 0em; 
  margin-right: 1em; 
  margin-top: 0em;
  margin-bottom: 1em
}

BODY, TH, TD {
  color: rgb(0,34,101);
  font-family: "Times New Roman", "Times", serif;  
  font-size: 12pt;
}

span { display: inline; }
div { display: block; }
B { font-weight: bold; }
.center {text-align: center;}

P, LI {
  color: rgb(0,34,101);
  font-family: "Times New Roman", "Times", serif; 
  font-size: 12pt;
}

a:link { color: rgb(254,19,25); text-decoration: underline;}
a:visited { color: rgb(254,19,25); text-decoration: underline;}
a:hover { color:  rgb(254,19,25); text-decoration: underline;}
a:active { color: rgb(254,19,25); text-decoration: underline;}

span.toc-item a:link { 
  color: white;
  font-weight: bold; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
}

span.toc-item a:visited { 
  color: white;
  font-weight: bold; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
}

span.toc-item a:hover { 
  color: white;
  font-weight: bold; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  font-size: 10pt;
  font-style: normal;
  text-decoration: underline;
}

span.toc-item a:active { 
  color: white;
  font-weight: bold; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  font-size: 10pt;
  font-style: normal;
  text-decoration: underline;  
}

span.toc-item { 
  color: rgb(0,34,101);
  font-weight: normal; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  font-size: 10pt;
  font-style: italic;

}


H1 {
  text-align: center;
  font-family: "Times New Roman", "Times", serif; 
  font-size: 18pt;
  font-weight: bold;
  color: rgb(0,34,101);
}

H2 {
  text-align: left;
  font-family: "Times New Roman", "Times", serif; 
  font-size: 15pt;
  font-weight: 600;
  color: rgb(0,34,101);
}

H2.centered-h2 {
  text-align: center;
  font-family: "Times New Roman", "Times", serif; 
  font-size: 15pt;
  font-weight: 600;
  color: rgb(0,34,101);
}
H3 {
  text-align: left;
  font-family: "Times New Roman", "Times", serif; 
  font-size: 14pt;
  color: rgb(0,34,101);
  font-weight: 600;
}

H4 {
  font-family: "Times New Roman", "Times", serif; 
  font-size: 12pt;
  font-weight: 600;
  font-style: italic;
  color: rgb(0,34,101);
}


PRE { 
  font-family: "Courier New", "Courier", monospace;
  font-size: 8pt;
}


p.note {
  color: green;
}

p.warning {
  text-align: center;
  color: rgb(254,19,25);
}

td.sidebar { background: rgb(0,131,115); }

div.credits { font-size: 10pt; }