body {
  background-color: #355899;
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
}

p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
}

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18pt;
  color: #f8c94b;
  text-align: center;
}


a         { border: 0; font-weight: bold; }  /* Images without border! */
a:link    { color: #e93c00; }
a:visited { color: #982700; }
a:active  { color: #FFFF00; }

/* Category header, used since version 1.10 */
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  color: #f8c94b;
}

/* Top-section header */
h3 { font-family: Arial,Helvetica,sans-serif; font-size: 11pt; color: #f8c94b; }
/* Top-section header as link uses this class to keep the color */
.topsect { text-decoration: none; color: #f8c94b; }


/* Profile Identity */
h5 { font-family: Arial,Helvetica,sans-serif;
     font-size: 10pt;
     color: #f4dc54;
     margin-bottom: 4; 
}

.normal {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #ffffff;
}

.doclink { text-decoration: none; }
.docinfo { font-family: Arial,Helvetica,sans-serif; font-size: 8pt; }

/* Warnings at the bottom of the output */
.warn {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #990000;
}

