/* GENERAL STYLES */
/*
 * Main style sheet that imports the others in the correct order.
 *
 * Note: The @import rule is not supported by Internet Explorer Mobile - should we
 * consider using standard <link> instead?
 */

@import url(reset-fonts.css);
@import url(defaults.css); /* Equivalent to YUI's base.css. */
@import url(all-elements.css);
@import url(master.css);
@import url(content.css);
@import url(tables.css);
@import url(fact-sheet.css);

/*
 * print.css is added with a separte link-tag in the master template.
 */

/* EDITOR PROPERTIES */
