 
  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#C9D1D6;
     width:540px;
     border-width:0px;
  }

  TH.MYTABLE1
  {
     font-size:10pt;
     color:white;
     width:240px;
  }

  TH.MYTABLE2
  {
     font-size:10pt;
     color:white;
     width:150px;
  }
  
  TH.MYTABLE3
  {
     font-size:10pt;
     color:white;
     width:150px;
  }

  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#ECF0F3;
     color:#4E6D73;
     border-style:solid;
     border-width:1px;
     border-color: transparent;
     text-align:center;
  }
  
  TD.MYTABLE1
  {  
     font-size:10pt;
     background-color:#ECF0F3;
     color:#4E6D73;
     border-style:solid;
     border-width:1px;
     border-color: transparent;
     text-align:center;
     width: 150px;
  }
  TD.MYTABLE2
  {  
     font-size:10pt;
     background-color:#ECF0F3;
     color:#4E6D73;
     border-style:solid;
     border-width:1px;
     border-color: transparent;
     text-align:center;
  }
  TD.MYTABLE3
  {  
     font-size:10pt;
     background-color:#ECF0F3;
     color:#4E6D73;
     border-style:solid;
     border-width:1px;
     border-color: transparent;
     text-align:center;
  }