/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* ///							/// */
/* ///		Beta CSS Reference		/// */
/* ///							/// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */


/* 
@imports must be at the top of a CSS file.
Therefore, a master CSS reference like this can be handy to apply multiple CSS files.
However, they don't work well if nested so all CSS has to be imported directly 
 by this file. (@imports in any of the files bselow will cause problems.)
*/

/*
It's Time to Track down the size discrepancy in the fonts between IE and FF!
Conclusion. The View menu>Text Size item in IE was set to "largest" (the largest of 5 options) When reset to medium, it displays fonts the same size as FF & O.
*/



/* ////////////////////////////////// */
/*							*/
/*		CSS Files to Import		*/
/*							*/
/* ////////////////////////////////// */



	@import url(/EC/AllSites/CSS/AllSitesStructure.css);

	@import url(/EC/AllSites/CSS/AllSitesStyles.css);

	@import url(ecBetaStructure.css);

	@import url(ecBetaStyles.css);

	@import url(ecBetaPageSpecific.css);
