/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
* @author:		Daniel Simões Augusto <daniel.simoes@arcasolutions.com>
* @name:		Start CSS
* @version:		1.0
* @copyright:	Arca Solutions Inc.
* @since:		12/21/2004
* @modified:	12/21/2004
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Welcome to wonderfull world of CSS style!
	
	These are all the files that control the CSS styles in all the Front Page.
	Be careful with the changes!!!!
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 
	Global CSS control all basic HTML elements: BODY, A, IMG, H1, H2, SPAN...							
	This element you don't need put . in front of code													*/
	@import url("style_global.css");

/* 
	Expert CSS control all expert elements that have ID: WRAPPER, HEADER, FOOTER, IMG-TOP			
	Elements with ID are 'unique' and don't repeat in the code;											*/
	@import url("style_expert.css");

/* 	
	Expert CSS control all Elements that use .class: 													*/
	@import url("style_classes.css");

/* 	
	Gallery CSS control all Elements in the gallery page 												*/
	@import url("style_gallery.css");
	
/* 	
	Print CSS control all Elements in the gallery page 													
	@import url("style_print.css");*/

/* 	
	Print CSS control all Elements used in the Navbar													*/
	@import url("style_navbar.css");

/* 	
	Print CSS control all Elements used in the Invoice page 													*/
	@import url("style_invoice.css");
