table#table-01 {
    width: auto;
    border: 1px #ffffff solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table#table-01 th {
    padding: 5px;
    border: #ffffff solid;
    border-width: 0 0 1px 1px;
    background: #559955;
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    overflow: hidden;
    padding: 5px;
    border: 1px #ffffff solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    font-size: 9pt;
}


table#table-02 {
    width: auto;
    border: 1px #555555 solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table#table-02 th {
    padding: 5px;
    border: #aaaaaa solid;
    border-width: 0 0 1px 1px;
    background: #559955;
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    overflow: hidden;
    padding: 5px;
    border: 1px #aaaaaa solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    font-size: 9pt;
}

table#table-03 {
    width: auto;
    border: 1px #555555 solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table#table-03 th {
    padding: 5px;
    border: #aaaaaa solid;
    border-width: 0 0 1px 1px;
    background: #ffffff;
    font-weight: normal;
    font-size: 9pt;
    color: #555555;
    line-height: 120%;
    text-align: center;
}
table#table-03 td {
    overflow: hidden;
    padding: 5px;
    border: 1px #aaaaaa solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    font-size: 9pt;
}

table#title-01 {
    width: auto;
    border: 1px #ffffff solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table#title-01 th {
    padding: 5px;
    border: #333333 solid;
    border-width: 0 0 1px 1px;
    background: #333333;
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    line-height: 120%;
    text-align: center;
}
table#title1-01 td {
    overflow: hidden;
    padding: 5px;
    border: 1px #ffffff solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    font-size: 9pt;
}


