.my_tbl
{
border:1px solid darkblue;
padding:0px;
width:100%;
margin:0px;
border-spacing: 0px;
border-collapse: collapse;
}

tr.head
{
background: white url(../images/shade.gif) top left repeat-x;
text-decoration: none;
padding: 0px;
margin:0px;
font-weight:bold;
color: #2d2b2b;
height:25px;
}
.my_tbl td
{
border-left:1px solid darkblue;	
border-bottom:1px solid darkblue;	
}