BODY {
   color: black;
   background-color: white;

   font-family: "Frutiger Linotype", Tahoma, "sans serif";
   font-weight: normal;
   font-size: 10pt;

   text-align: left;
}
H1 {
   font-weight: bold;
   font-size: 16pt;

   line-height: 16pt;

   margin-top: 0;
   margin-bottom: 0;
}
H1 .parttwo {
   color: red;
}
H5 {
   font-weight: bold;
   font-size: 10pt;

   line-height: 10pt;

   margin-top: 5pt;
   margin-bottom: 5pt;
}
P {
   text-align: justify;
}
P .emphasize {
   font-weight: bold;
}
DIV.redline {
   color: red;
   background-color: red;

   line-height: 2pt;
}
DIV.navbar {
   background-color: whitesmoke;

   margin-top: 0;
   margin-bottom: 0;
}
DIV.barline {
   color: whitesmoke;
   background-color: whitesmoke;

   line-height: 1pt;
}
DIV.blackline {
   color: black;
   background-color: black;

   line-height: 1pt;
}
