/***********************************************************************/
/*                                                                     */
/*   Copyright (c) 2OO4 JM Faure <jmfaure@users.sourceforge.net>       */
/*                                                                     */
/*   OSI Certified Open Source Software                                */
/*                                                                     */
/*   This program is free software; you can redistribute it and/or     */ 
/*   modify it under the terms of the Artistic License as approved     */
/*   by the Open Source Initiative <www.opensource.org>.               */
/*                                                                     */
/*   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,   */
/*   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES   */
/*   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND          */
/*   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT       */
/*   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,      */
/*   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING      */
/*   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR     */
/*   OTHER DEALINGS IN THE SOFTWARE.                                   */
/*                                                                     */
/***********************************************************************/

/**
 * css /client/styles/css/default_import.css
 *
 *   This CSS style sheet is the default one for skipperpro.com web site.
 *
 * @author           JM Faure <jmfaure@users.sourceforge.net>
 * @contribution     
 * @version          1.0 15 Feb 2004
 * @since            PHP 4.3.4
 * @copyright        2004, JM Faure
 * @license          Artistic License <www.opensource.org>
 * @history          1.0 15 Feb 2004 : release candidate
 *
 */

/* Import required CSS files */
@import url(/client/styles/css/content.css);
@import url(/client/styles/css/menus.css);

/* Master comes last to override global stuff from other import */
@import url(/client/styles/css/master.css);
