
table.indicators {
        border-color: gray gray gray gray;
        border-collapse: collapse;
}
table.indicators tbody {
        page-break-inside: avoid;
}

table.indicators tbody tr:first-child {
        vertical-align: bottom;
}

table.indicators tbody tr:first-child th:first-child {
        height: 4em;
        font-size: 150%;
        text-align: left;
}

table.indicators TR.subheading TD {
        font-size: 80%;
        font-style: italic;
}

table.indicators TH {
        text-align: right;
}

table.indicators TD {
        border-width: 1px;
        border-style: dotted none none none;
}

table.indicators TD.data {
        text-align: right;
}

table.indicators TD.estimate {
        text-align: right;
}

table.indicators TD.projection {
        text-align: right;
}

table.indicators TD.observed {
        text-align: right;
}

BODY {
        margin: 0;
}

DIV.wrap {
        height: 100%;
        width: 100%;
        overflow: auto;
}

.indexes {
        display: none;
}

.noprint {
        display: none;
}

