.c table{
text-align:left;
background-color: #FFF;
width: 100%;
}

.c th{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
font-weight:bold;
background-color: #004C99;
padding-bottom: 10px;
padding-top:10px;
padding-left:6px;
color:#fff;
border-bottom: 1px solid #ccc;
}

.c th a{
text-decoration: none;
color:#fff;
}

.c tr {
background-color: #fff;
border-bottom: 1px solid #ccc;
padding-top: 1px;
}
.c tr.alt{
background-color: #CAD7F6;
}

.c td{
border-bottom: 1px solid #1052B1;
padding: 6px;
}

.c td img{
border: 1px solid #666;
}
