/* This is a selectable style sheet */
/* 
	The reason it has only 1 link to another style sheet 
	is to allow the style selector to work using the "link"
	html element, but also to filter out old browsers
	that are not properly css compliant, using the import element
*/
@import url( ../web_screen_formatting.css ); /* text formatting */
@import url( ../ie.css ); /* special layout and semi-transparent settings for for ie */

/* common imports */
@import url( ../style_import_high_graphics.css);

/* Scheme Specific Styles */
@import url( web_screen_design_fg.css);
/*@import url( dwf_screen_design_fg_css.aspx);*/