/* CSS Document */

body {
padding: 0;
margin: 0;
background-color: #e6eff6;
}

a {
    color: #005CA1;
}

p {
margin-top: 0;
}

td {
background-color: #fff;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 13px;
color: #474747;
}

td.title {
color: #003D6B;
font-size: 22px;
font-weight: normal;
background-color:#e5bd3c;
}

td.subTitle {
color: #003D6B;
font-size: 18px;
font-weight: normal;
}

td.subTitle a {
color: #003D6B;
text-decoration: none;
}


td.date {
    color: #E4AB01;
    font-size: 11px;

}

td.footer {
font-size: 11px;
}

/*
img.illustration {
border: 1px solid #E5E5E5;
    margin-right: 5px;
    padding: 2px;
}
*/

table.illustration img{
border: 1px solid #E5E5E5;
    margin-right: 5px;
    padding: 2px;
}