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

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

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

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

div.fctl {
    font-size: 80%;
    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:64%; 
    padding-right: 5px; 
    min-width: 360px;
    max-width: 1000px;
    text-align: center;
}
.r_col { 
    float:left; 
    width:35%;
    text-align: center;
    min-width: 360px;
}

div.tabm { float: left; color: #606090; font: bold 10pt Arial, sans-serif; 
text-decoration: underline; text-align: center;
border: 1px solid #b0b190; width: 14%; padding-top: 5px; 
padding-bottom: 5px; background-color: #c7cbb1; cursor: pointer;}


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

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