/* accountants_aural.css */

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

   For BOTH IE OVERRIDE, see:
   /includes/accountants_override.css

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

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

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

   For AURAL Layout, see:
   /includes/accountants_aural.css */

* { speak-punctuation: none; }

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

address { speak-numeral: digits; }
address a { speak-punctuation: code; }

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

/* MENU Layout */
div#entirety div#shell div#menu h2 { voice-family: announcer, male;
	pause: 200% 200%; }
/* EO.MENU Layout */

/* CONTENT Layout */
div#entirety div#shell div#content h2 { voice-family: announcer, male;
	pause: 200% 200%; }

/* 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 */

/* FOOTER Layout */
div#entirety div#footer h2 { voice-family: announcer, male;
	pause: 200% 200%; }
/* EO.FOOTER Layout */

div#entirety h2#document_end { voice-family: announcer, male;
	pause: 200% 200%; }