/*
'---------------------------------------------------------------------------------------------
'                                       COMPONENT
'---------------------------------------------------------------------------------------------
' File Name........:    BASE_CSSLinks.css
' Type.............:    CSS Stylesheet
' Reference........:    SWR XXXX - DB Mortgages.
' Author...........:    Kian Shore	
' Date.............:    27th October 2006
' Description......:    Component description of functionality
' Warning/Notes....:    The layout is tested in IE6, IE7, Opera 9.01, Firefox 1.5.07 and 
'						Safari 2.0.4.
'
'						The layout will break if a image or a table wider than the screen is 
'						added to the content div, so this is something to be aware of. The 
'						use of min-width on the mainContainer div is therefore recommended 
'						(Note: Min-width is not supported in older versions of Internet 
'						Explorer, only the IE7 version supports this).
'
'						The fluid faux columns solution which is used will only work with a 
'						100% height layout since one of the repeating images is placed in body.
'
'---------------------------------------------------------------------------------------------

'---------------------------------------------------------------------------------------------
'                                    AMENDMENT HISTORY
'---------------------------------------------------------------------------------------------
' Reference........:    Project reference number, SWR number, Helpdesk call number, etc.
' Author...........:    Programmer's name
' Date.............:    Amendment date #1
' Description......:    Reason for amendment
' Warning/Notes....:    Must include limitations, constrains, etc.
'---------------------------------------------------------------------------------------------
' Reference........:    Project reference number, SWR number, Helpdesk call number, etc.
' Author...........:    Programmer's name
' Date.............:    Amendment date #2
' Description......:    Reason for amendment
' Warning/Notes....:    Must include limitations, constrains, recommendations, etc.
'---------------------------------------------------------------------------------------------
*/

/***************************************************************
	Link CSS Rules - Used in XXX 
****************************************************************/

@import url("BASE_ThreeColumnLiquidLayout.css");
@import url("BASE_Text.css");
@import url("BASE_Classes.css");
@import url("../Application/Application.css");
@import url("../Application/ApplicationPrint.css");