div.i {
    color: #606060;
    padding-left: 1.5em;
    font-size: 10pt;
}
a.i:link { 
    color: #606060; 
} 

a.i:visited { 
    color: #606060; 
}
td.i{
    padding:0px;
    border-left:3px solid #C7CBB1;
    text-indent:8px;
}

div.tab, div.tab-selected { float: left; color: #606090; font: bold 9pt Arial, sans-serif; 
text-decoration: underline; text-align: center;
border-right: 1px solid #b0b190; border-top: 1px solid #b0b190;
border-bottom: 1px solid #b0b190; width: 150px; padding: 10px; 
background-color: #D9DAC6; cursor: pointer;}

div.tab-selected { background-color: #E9EAD6; 
border-bottom: 1px solid #E9EAD6; text-decoration: none }

div.tab-null { font: bold 7pt Arial, sans-serif; text-align: right;
border-right: 0px; border-top: 1px solid #E3E4D0;
border-bottom: 1px solid #b0b190; padding-top: 18px; padding-bottom: 2px;
background-color: #E3E4D0; width:100%;}

#tabs_top { width: 100%; background-color: #E3E4D0;
border-left: 1px solid #D9DAC6; overflow: hidden; margin-top: 5px;}

.l_title {
    font: bold 14pt Arial, Helvetica;
    text-align: center;
    border-bottom: 1px solid #b0b190;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 80%;
    margin-left: auto; 
    margin-right: auto;
}


.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;
}
.r_col2 { 
    float:left; 
    width:25%;
    text-align: center;
}

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

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