<style type="text/css">
<!--
a:link {text-decoration: none; color: "#40649C"}
a:active {text-decoration: none; color: "red";}
a:visited {text-decoration: none; color: "#40649C";}
a:hover {text-decoration: underline; color: "red"; }
.code
   {
      background  : rgb(255,200,145);
      color       : rgb( 0, 0, 0 );
      font-size   : 10pt;
      font-weight : normal;
      font-style  : italic;
      text-align  : center;
   }
.name
   {
      background  : #e6e6e6;
      color       : rgb( 0, 0, 0 );
      font-size   : 9pt;
      font-weight : normal;
   }
.title
   {
      background  : url(../../IMAGES/blul.gif);
      font-size   : 11pt;
      font-weight : bold;
      text-align  : left;
      padding-left : 7pt;
   }
.header
   {
      font-size   : 14pt;
      font-weight : bolder;
      text-align  : right;
      text-decoration : underline;
      padding-right   : 20pt;
      padding-top     : 5pt;
      padding-bottom  : 1pt;
   }
.message
   {
      color       : rgb( 255, 0, 0 );
      background  : rgb( 255, 245, 220 );
      font-size   : 11pt;
      font-family : sans-serif;
      font-weight : normal;
      text-align  : center;
      padding-top    : 3mm;
      padding-bottom : 3mm;
      padding-left   : 10mm;
      padding-right  : 10mm;
      border : 1px outset rgb( 0, 0, 0 );
   }
-->
</style>