/* silkwood_aural.css */

/* For BOTH Layouts, see:
   /includes/silkwood.css

   For HOME Layout, see:
   /includes/silkwood_home.css

   For HOME IE OVERRIDE, see:
   /includes/silkwood_home_override.css

   For CONTENT Layout, see:
   /includes/silkwood_content.css

   For CONTENT IE OVERRIDE, see:
   /includes/silkwood_content_override.css

   For PRINT Layout, see:
   /includes/silkwood_print.css

   For AURAL Layout, see:
   /includes/silkwood_aural.css

   For HANDHELD Layout, see:
   /includes/silkwood_handheld.css */

* { speak-punctuation: none; }

acronym { speak: spell-out; }
acronym:after { content: attr(title); }

address { speak-numeral: digits; }

/* HEADER Layout */
div#entirety div#header div#menu_accessibility { voice-family: announcer, male;
	pause: 200% 300%; }
/* EO.HEADER Layout */

/* SEMI-GLOBALS */
div#entirety div#shell div#content { voice-family: female; }
div#entirety div#shell div#content .accessible { voice-family: announcer, male;
	pause: 200% 200%; }
/* EO.SEMI-GLOBALS */
/* EO.CONTENT Layout */