/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           footer stylesheets in use throughout IT Works    **
**           Solutions' web pages.                            **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	.footer
	{
		position:			absolute;
		width: 				100%;
		height:				100%;
		top:				0px;
		left:				0px;
		text-align:			right;
		padding-right:			20px;
	}




/**/	.footerSpacer
	{
		height:				95%;
	}




/**/	.footerCopyright
	{
		font-size:			10pt;
		text-align:			right;
	}




/**/	.footerCopyrightLink
	{
		padding-left:			10px;
		padding-right:			5px;
        }




/**/	.footerCopyrightLink:link,
/**/	.footerCopyrightlink:hover,
/**/	.footerCopyrightLink:visited
	{
		color:				orange;
	}




/**/	.footerOptimised
	{
		font-size:			xx-small;
		font-style:			italic;
		margin-bottom:			5px;
	}
