/****************************************************************
**                                                             **
** Purpose: This file contains the definitions for all common  **
**           stylesheets in use throughout IT Works Solutions' **
**           web sub-pages (i.e. all but the main/home page).  **
**                                                             **
**          Any stylesheets specific to particular web pages   **
**           within the site are located elsewhere.            **
**                                                             **
****************************************************************/




/**/	.content
	{
		position:			absolute;
		top:				180px;
		left:				190px;
	}




/**/	.contentHeader
	{
		font-size:			16pt;
		color:				yellow;
	}




/**/	.contentBody
	{
		font-size:			11pt;
		color:				white;
	}
