     p {
          font-family : arial, sans-serif; 
          text-align : center; 
          vertical-align : text-top; 
          color : rgb(0,0,0); 
          background-color : rgb(255,255,255); 
          font-size : 14pt; 
     } 
     td {
          font-family : arial, sans-serif; 
          text-align : left; 
          vertical-align : text-top; 
          color : rgb(0,0,0); 
          background-color : rgb(255,255,255); 
          font-size : 10pt; 
     } 
      td.right {
          font-family : arial, sans-serif; 
          text-align : right;
          vertical-align : text-top; 
          color : rgb(0,0,0); 
          background-color : rgb(255,255,255); 
          font-size : 10pt; 
     }   
     td.foot {
          font-family : arial, sans-serif; 
          text-align : left; 
          vertical-align : text-top; 
          color : rgb(102,102,102);
          background-color : rgb(255,255,255); 
          font-size : 9pt; 
     }  
     a:link {
          text-decoration : none;
          background-color : transparent; 
     } 
     a:visited {
          text-decoration : none;
          background-color : transparent; 
     } 
     a:hover {
          text-decoration : underline; 
          background-color : transparent; 
     } 
     body {
          background-color : rgb(255,255,255); 
     } 
