table {
font-size: 110%;
font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
border-collapse: collapse;
width: 100%;
line-height: 1.2em;
}
caption {
font-size: 30px;
font-weight: bold;
color: #002084;
text-align: left;
padding: 10px 0px;
margin-bottom: 2px;
text-transform: capitalize;
}
thead th {
border-right: 2px solid #fff;
color:#fff;
text-align:center;
padding:2px;
height:25px;
}
tfoot {
color:#002084;
padding:2px;
text-transform:uppercase;
font-size:1.2em; 
font-weight: bold;
margin-top:6px;
border-top: 6px solid #004080;
border-bottom: 6px solid #004080;
}
tbody tr {
border-bottom: 2px solid #c0c0c0;
}
tbody td {
padding:5px;
text-align:left;
}
tbody th {
text-align:left;
padding: 2px;
}
tbody td a, tbody th a {
text-decoration:underline;
font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
text-decoration:none;
}
.large {
font-size: 150%;
line-height: 1.5em;
}