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.fhdr3 {
    background-color: #E3E4D0;
    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);
}

.m_col { 
    float:left; 
    width:74%; 
    padding-right: 5px; 
    min-width: 360px;
    max-width: 1200px;
    text-align: center;
}
.r_col { 
    float:left; 
    width:25%;
    text-align: center;
}

@media screen and (max-width: 900px) {
    aside { display: none;}
    .r_col { width:1px; display: none;}
    .m_col { width:100%;}
    .hdr_mobile { display: block;}
}

@media screen and (min-width: 900px) {
    aside { display: block;}
    .r_col { width:25%;}
    .m_col { width:74%;}
    .hdr_mobile { display: none;}
}
