/*	I may pull out certain "safe" styles and include
	them directly in this css file (rather than importing
	them) for the benefit of ancient browsers. Or not...	*/

@import "screen_base.css";





/*	The following stylesheet will be seen only by ie5/mac.
	It contains a handful of rules that supplement/override
	the "base" styles.	*/

/*\*//*/
  @import "screen_ie5mac_hacks.css";
/**/





/*	The following stylesheet will be seen only by ie5.x/win.
	It contains a handful of rules that supplement/override
	the "base" styles.	*/

@media tty {
 i{content:"\";/*" "*/}} @import 'screen_ie5win_hacks.css'; /*";}
}/* */


