/*  A comment since style sheet actions on the first line do not always work */
/*  Style sheet developed by GLB in January 2009 */
/*  The following following removes the menus for printing */

  body             { color : #000000 ;
                     background : #ffffff ;
                     font-family : verdana, univers, arial, helvetica, sans-serif ;
                     font-size : 8pt }

  h1,h2,h3,h4,h5,h6,p,li,ul,ol,table,thead,th,td  { font-family : verdana, univers, arial, helvetica, sans-serif ;
                                                    font-size : 8pt }

  table.menu       { display : none }
  table.tcs        { width : 100% ;
                     background : white ;
                     text : black }
  div.menu         { display : none }

  .sr_curr_total   { font-weight : bold ;
                     color : red }

  /*.sr_prev_total   { font-weight : bold ;
                     font-style : italic ;
                     color : blue } */

  .sr_penalty      { font-weight : bold ;
                     color : red }

  .notion_penalty_note	{ color : black }
  .notion_penalty	{ text-decoration : underline ; color : black }

/* header table */
  table.header     { display : none }
/* footer button table */
  table.footerb    { display : none }

/* footer pda table */
  table.footerp    { display : none }

