table
{
    color:#000000;
    background-color:#F5F5F5;
    border-spacing:3px;
    border-style:groove;
    border-width:10px;
    border-color:#FFFFFF;
    font-family:Tahoma, Geneva, sans-serif;
    padding:0px;
}
 
th
{
   
    color:#000000;
    background:#FCFFFE;
    background: -moz-linear-gradient(top,  #FCFFFE 0%, #CCC9D1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFFFE), color-stop(100%,#CCC9D1));
    background: -webkit-linear-gradient(top,#FCFFFE 0%,#CCC9D1 100%);
    background: -o-linear-gradient(top,#FCFFFE 0%,#CCC9D1 100%);
    background: -ms-linear-gradient(top,#FCFFFE 0%,#CCC9D1 100%);
    background: linear-gradient(top,#FCFFFE 0%,#CCC9D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFFFE',endColorstr='#CCC9D1',GradientType=0s);
    font-size:12px;
    font-weight:bold;
    padding:0px;
    text-align:left;
    vertical-align:top;
}
 
tr
{
    font-size:12px;
    font-weight:normal;
}

 
td
{
   font-size:12px;
    background:#F2F2F2;
    padding:0px;
    text-align:left;
    vertical-align:top;
}