/*
Three steps to fertility style sheet controls
Author:   Nick Tatt
Version:  24 January
----------------------------------------------- */

/* Imported styles
----------------------------------------------- */
@import url("main.css");


/* IE5/Mac only styles
   Uses the IE5/Mac Band Pass Filter:
----------------------------------------------- */
/*\*//*/
  @import "ie5mac.css";
/**/

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


