font.copy {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size : 10.5px;
        color : #7ca67c;
}

font.hilite_bold {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #7ca67c;
        font-weight : bold;
        font-size : 11px;
}
 
font.large_bold {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#7ca67c;  
        font-weight:bold;  
        font-size:18px;
}

font.article_title, option.article_title {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #7ca67c;
        font-size : 14px;
        font-weight : bold;
}
 
font.article_title_light {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #7ca67c;
        font-size : 14px;  
}
        
font.article_title_large {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#7ca67c;
        font-size:16px;
        font-weight:bold;
}

