
/** Global exclusions to text resize **/

/* 2/2/09: Exclude treatment references from text resize */
body div#container div#content div.textContent ol.disclaimer li a,
body div#container div#content div.textContent ol.disclaimer li p { font-size:12px;  }

/* 2/9/09: Exclude right rail callouts from text resize */
body div#rightCol div.facts div a,
body div#rightCol div.facts div p { font-size:12px;  }
body div#rightCol div.facts div h1 { font-size:17px; }
body div#rightCol div.facts div h2 { font-size:14px; }

/* 3/2/09: Exclude footer navigation from text resize */
body div#container div#footer div.footerMatter li,
body div#container div#footer div.footerMatter li a { font-size: 0.9em; }

/** End Global exclusions to text resize **/

/* Text size: setting 1 */
/*body.textsize1 div.textContent p { font-size:13px; }*/
body.textsize1 div.textContent h1, body.textsize1 div.mainText h1 { font-size:17px; }
body.textsize1 div.textContent h2, body.textsize1 div.mainText h2 { font-size:14px; }
body.textsize1 div.textContent p, body.textsize1 div.mainText p, body.textsize2 ol.disclaimer p, body.textsize1 div.textContent a, body.textsize1 div.mainText a, body div#content div.textContent ol.disclaimer li a, body div#content div.textContent ol.disclaimer li p, body .buckets p, body .facts div p, body .facts div a { font-size:12px; }
