/* 
	FCS Style Declarations: Aural View
	Created/Compiled by Christopher J. Ford
	(c) 2009, 2010 Ford Computing Services as an aggregated work.
	
	These declarations are designed for optimized use of a screen 
	reader.  This is used for media identifying themselves as "aural" 
	to the browsers.
	
	For reasons of IT Accessibility, see "fcs_screen.css", 
	"fcs_mobile.css", "fcs_print.css", and "fcs_rss.css" 
	for additional media customization.
	
	Last Validated for CSS:  - CSS 2.1, 3.0

	
	Revision History
	01/17/2009	Initial Compilation
*/ 

/* Master Elements - Those affecting site architecture or branding. */


/* Page Elements - Those affecting content. */


/* Custom Elements */

.ScreenReaderHidden {
	display: 			block;
/*
	visibility: 		visible;
*/
}

.ScreenReaderHidden a h1 p {
	display: 			inherit;
/*
	visibility: 		visible;
*/
}

