/* CSS Document */
<style type="text/css">
  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(http://www.freebizreports.com/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(http://www.freebizreports.com/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(http://www.freebizreports.com/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(http://www.freebizreports.com/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(http://www.freebizreports.com/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(http://www.freebizreports.com/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(http://www.freebizreports.com/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(http://www.freebizreports.com/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
  
  div.content {
  font-family: trebuchet ms;
  font-size: 14px;
  }
  h1.headline {
  font-family: trebuchet ms;
  font-size: 18px;
  color: #000080;
  }
  
</style>


