/* html, body {
    margin:0;
    padding:0;
    color:#000000;
    font-family:Verdana, Helvetica, Swiss, Arial, sans-serif;
    font-size:11px;
} */
a {
    color:#0073bc;
}
td, th {
    font-family:Verdana, Helvetica, Swiss, Arial, sans-serif;
    font-size:11px;
}
table.linkTable {
    width:550px;
    margin:15px 0 0 10px;
    border-collapse:collapse;
    table-layout:fixed;
    background: #ebf3f7;
}
table.linkTable thead th {
    font-weight:bold;
    /* height:19px; */
}
table.linkTable th {
    padding-right:20px;
    padding-left:4px;
    text-align:left;
}
table.linkTable thead th {
 padding:0;
    color:#0073bc;
    /* background-color:#ffde00; */
    vertical-align:bottom;
}
table.linkTable thead span {
    display:block;
    line-height:28px;
    padding-bottom:3px;
    padding-right:20px;
    padding-left:4px;
    margin-bottom:7px;
    background-color:#ffde00;
}
table.linkTable tbody span {
    display:block;
    padding:3px 0;
}
table.linkTable tbody tr.firstLine span {
    background:none;
}
table.linkTable td a {
    font-weight:bold;
    margin-left:4px;
}