  BODY { 
         font-family: Arial;
         font-size: 12pt;
         color: white;
         background: #29428C;
         margin-left: 10pt;
         margin-right: 10pt;
         margin-top: 10pt;
         line-height: 6mm;
}
  A { 
         color: #000000;
	 text-decoration: none;
         font-weight: none;
         cursor: hand;
}
  A:active {
         text-decoration: none;
         color: #FF8040;
}

  A:link {
         text-decoration: none;
         color: silver;
}
  A:visited {
         text-decoration: none;
         color: #FF8040;
}
  A:hover {
         text-decoration: none;
         color: #FFFF00;
}
  H1, H2, H3 {
         font-family: "Arial";
         font-size: 19pt;
         color: #FFFFFF;
         text-align : left;
}
  H4 { 
         font-size: 13pt;
         font-weight: 700;
         color: #FFFF00;
}
  H5 { 
         font-size: 12pt;
         font-weight: 700;
         color: #fff000;
}
  I { 
         font-weight: 700;
         color: maroon
}
  B { 
         font-weight: bold;
         color: maroon;
}
  LI { 
         font-size: 12pt;
         color: #FF8040;
         margin-left: 12pt;
         margin-bottom: 4pt;
         list-style: bullet;
}
  CITE { 
         font-family: "Courier New";
         font-size: 12pt;
         font-weight: bold;
         color: #EE6500;
}
  U { 
         background: #29428C;
         font-weight: 400;
         text-decoration: none;
         color: #A96533;
}
