.hidden {
   display : none;
}

STRONG {
   font-weight : bold; 
}


P.first {
   line-height : 110%;
   text-indent : 0cm; 
}

P{
   line-height : 110%; 
   text-indent : 1.2cm;
   text-align : justify;
   margin-top : 0;
   margin-bottom : 0;
}


H4{
   font-weight : bold; 
   font-size : 100%; 
   color : black; 
   margin-bottom : 6pt; 
}

H3 {
   font-weight : bold; 
   font-size : 150%; 
   color : gray;
   font-family : "Arial, Helvetica, sans-serif";
   margin-bottom : 1em; 
   font-style : "italic"
}


H2 {
   font-weight : bold; 
   font-size : 200%; 
   color : black; 
   font-family : "Arial, Helvetica, sans-serif";
}


H1 {
   font-weight : normal; 
   font-size : 300%; 
   color : gray;
   margin-top : 0.65em; 
   margin-bottom : 0.65em; 
   font-family : "Arial, Helvetica, sans-serif";
   font-style : "italic"
}

BODY {
   font-family : Times New Roman, Times, serif; 
   font-size : 14pt;
}

.white {
   color : #ffffcc; 
}

.red {
   color : red; 
}

.right {
   top : 10px; 
   left : 72%; 
   position : absolute; 
   font-weight : bold; 
   font-size : 90%; 
   color : olive; 
   text-align : left;
 
}