/* Styles, for modern browsers only (not for old browsers) */

/* common: site-wide typography, colors, form elements, and basic layout */
@import url("css/common.css");

/* controls: User Controls, Custom Controls, and basic
   UI controls such as buttons; anything that's reusable */
@import url("css/controls.css");

/* pages: any page-specific or site-section-specific styles
	Allows you to extend or tweak the combined common 
    and controls styles for either individual pages or sections 
    of the site. It's the second-most specific level for styles
    (HTML inline styles are the most specific). */
@import url("css/pages.css");

/* styles for My Briefcase */
@import url("css/usercontent.css");

/* end of imports */

