/*****************************************************
Name: global.css
Desc: Contains the @imports for all other style sheets.
		Style sheet names should be self-explanatory. For 
		more information on an particular CSS, refer to
		the actual file.
*****************************************************/


@import "/2010/style/global_yui.css";

@import "images.css";
@import "layout.css";
@import "menu.css";
@import "presentation.css";
@import "calendar.css";
@import "mozilla.css";

