body {
    background: white;
    font-family: arial, helvetica, geneva, sans-serif;
    color: #464646;
}

a {
    color: #464646;
}

img {
    border: 0;
}

.latestNews {
    width: 100%;
    height: 22px;
    font-size: 11px;
}
.latestNews td.header {
    font-weight: bold;
    border-top: 1px solid #6699cc;
    border-left: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    white-space: nowrap;
    padding: 2px 0px 2px 7px;
}
.latestNews td.news {
    border-top: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    white-space: nowrap;
    padding: 2px 7px 2px 5px;
}
.latestNews td.spacer {
    border-top: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    width: 100%;
    white-space: nowrap;
    padding: 2px 0px 2px 0px;
}
.latestNews td.summary {
    font-weight: bold;
    color: white;
    border: 1px solid #336699;
    align: right;
    text-align: right;
    white-space: nowrap;
    background-image: url(backgr-latestnews-summary.gif);
    background-repeat: repeat-x;
    padding: 2px 7px 2px 7px;
}
.latestNews a {
    text-decoration: none;
}
