﻿/************************************************************************************************/
/* STANDARD DEFAULT STYLES                                                                      */
/*                                                                                              */
/* The standard stylesheets listed below control the look, feel, and layout of your website.    */
/* Changes to these stylesheets are generally unnecessary.                                      */
/************************************************************************************************/
    @import url("reset.css");
    @import url("general.css");
/************************************************************************************************/


/************************************************************************************************/
/* CUSTOM STYLES FOR BRANDING                                                                   */
/*                                                                                              */
/* In an effort to simplify custom branding, we have seperated the most commonly used styles    */
/* into a file called customstyles.css.  The name of this stylesheet is not relevant insofar    */
/* as the file name listed on line 24 matches the file name located in the Styles folder.       */

/* To enable custom styles, change the contents of customstyles.css and uncomment line 23 below */
/************************************************************************************************/
 @import url("FMO_Custom.css");
/*
/************************************************************************************************/


