td.fctl {
    font-size: 70%;
/*    background-color: #C7CBB1; */
    color: #000099;
    vertical-align: top;
    text-align: right;
    border-top:2px solid #C9CaB6;
}

td.fhdr {
    font-size: 75%;
    background-color: #C7CBB1;
    color: #000099;
    text-align: left;
}

td.fhdr2 {
    background-color: #C7CBB1;
    text-align: right;
}

td.ftxt {
    font-size: 85%;
    width: 100%;
    background-color: #DADEBF;
    color: #000099;
    text-align: left;
}

div.fctl {
    font-size: 70%;
    color: #000099;
    vertical-align: top;
    text-align: right;
}
div.ftxt {
    position: relative; 
    left: 0px; 
    width: 100%; 
    border: 1px solid rgb(176, 177, 144);
}

