#gopro img{
border:none;
margin:0px;
padding:0px;
}

#gopro table {
background:url(images/table_bg.gif) repeat-x; 
width:95%;
}

#gopro tr.head td{
background:url(images/table_header_bg.gif) repeat-x;
height:55px;
width:100%;
z-index:100;
text-align:left;
margin:0px;
padding:0px;
border:none;
}

#gopro td.head{
border: none;
border-bottom:solid 2px #d9d9d9;
font:'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
color:#004e95;
font-weight:bold;
text-align:center;
}

#gopro td{
border: none;
border-bottom:solid 1px #d9d9d9;
font:'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
color:#333333;
text-align:center;
}


