/**
 * CSS file for "larger" text size (simply overrides style.css).
 */
@import "style.css";

/* Selectively override classes from style.css below */

A.bottomlink:link, A.bottomlink:active, A.bottomlink:visited, A.bottomlinks:hover, .menutext, .titlebrown, .titlebrownfeatures, .titleblue, .titlebluebig, .titlewhite, .whitetxtcontent, .blacktxtcontent, .blacktxtsmallcontent, .whitetxtsmallcontent, .browntitlebig, .contentsbluetitle, .intldev-focus-box .header, .intldev-focus-box .footer, ol.search-results span.title a, .contact-us-wrapper input, .contact-us-wrapper textarea {
    font-size: 90%;
}

A.topmenu:link, A.topmenu:active, A.topmenu:visited, A.topmenu:hover {
    font-size: 120%;
}

A.topmenu.textSizeToggleNormal {
    font-size: 14px;
}

A.topmenu.textSizeToggleLarger {
    font-size: 22px;
}
