/*--------------------------------------------------
Import Style Sheet (Hides complicated style sheets
from out-dated browsers and prevents FOUC bug.)

Created/Revised: 2/6/2010
--------------------------------------------------*/


/* Hides complicated style sheets from Internet Explorer 5/Mac
--------------------------------------------------*/

/* Hiding from IE5/Mac \*/
@import url("site.css");
/* End Hack */

/* Target Internet Explorer 5.2/Mac
--------------------------------------------------*/

/*\*//*/
@import "basic.css";
/**/