body 
{
  background-color: #fffff0    ;
}
p.t1 
{
  font-family: Trebuchet MS  ;
  font-size: 14px            ; 
  font-weight: normal        ;
  text-align: left           ;
  color: blue                ;  
  line-height: 10pt          ;
}
p.t2 
{
  font-family: Trebuchet MS  ;
  font-size: 14px            ; 
  font-weight: normal        ;
  text-align: left           ;
  color: gray                ;  
  line-height: 16pt          ;
}

table.tab1
{
  table-layout: fixed        ;
  font-family: Trebuchet MS  ;
  font-size: 10px            ;  
}
table.tab1 th
{
}
table.tab1 td
{
  width: 20%                 ;
  border-width: 0px          ;
  border-style: none none none none;
  padding: 0px              ;
}