/**
 * 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, .blacktxt, .welcomeboxtxt, .whatsnewtxt, .navigation, .navigation a, .footertxt, A.footernav:link, A.footernav:active, A.footernav:visited, A.footernav:hover {
    font-size: 90%;
}

h2.browntitle, h3.titleblue {
    font-size: 110%;
}

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;
}

