body {
    background: white;
    font-family: arial, verdana, helvetica, geneva, sans-serif;
    color: #000066;
    margin: 3px 0 0;
}

a {
    color: #000066;
}

img {
    border: 0;
}

.ticker {
    width: 100%;
    font-size: 12px;
}
.ticker td.header {
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 7px 0px 5px;
    color: #336699;
}
.ticker td.news {
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 7px 2px 5px;
}
.ticker td.spacer {
    width: 100%;
}
.ticker td.footnote {
    text-align: right;
    font-size: 9px;
    width: 100%;
    white-space: nowrap;
    padding: 2px 7px 2px 7px;
}
.ticker a {
    text-decoration: none;
}

.graytext {
    color: #464646;
}
