/*
csi01.css
*/


/* typography and color rules */

body    {  background-color: #ffffff; 
         margin: 20;
         }


p       {
         font-family: arial, verdana;
         font-size: 11pt;
         line-height: 14pt;
         text-align: left;
         }


td       {
         font-family: arial, verdana;
         font-size: 11pt;
         line-height: 14pt;
         }

