/* ***************************************************************** 
cepa.ncpa.org: screen.css
author: Jeff Adams (National Center for Policy Analysis)
version: Feb 6, 2006
copyright: 2006 NCPA
Purpose: This hides styles from old browsers that can't handle them.
******************************************************************** */

/* Imported Styles
---------------------------------------------------------------- */
@import url("base.css");

/* IE5/Mac Only Styles
    Using the IE5/Mac Band Pass Filter
    http://stopdesign.com/examples/ie5mac-bpf/
---------------------------------------------------------------- */
/*\*//*/ @import "ie5mac.css"; /**/

/* IE5.x/Win Only Styles
    Using the Mid Pass Filter
    http://tantek.com/CSS/Examples/midpass.html
---------------------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5xwin.css'; /*";}
}/* */
