/****************************************************************
**                                                             **
** Purpose: This file contains the definitions for all         **
**           "outsourcing" stylesheets in use throughout IT    **
**           Works Solutions' Outsourcing sub-pages.           **
**                                                             **
**          Any stylesheets specific to particular web pages   **
**           within the site are located elsewhere.            **
**                                                             **
****************************************************************/




/**/	.contentSubHeader
	{
		font-size:			12pt;
		font-weight:			bold;
		color:				yellow;
	}




/**/	.contentTable
	{
		width:				100%;
	}




/**/	.contentTableHeading
	{
		line-height:			100%;
		font-size:			10pt;
		padding-top:			0px;
		padding-left:			0px;
		padding-right:			12px;
		padding-bottom:			0px;
		vertical-align:			center;
		font-weight:			bold;
		color:				white;
		background-color:		#666699;
		margin-top:			5px;
		margin-bottom:			5px;
	}




/**/	.contentTableKeyword,
/**/	.contentTableDescription
	{
		line-height:			100%;
		font-size:			10pt;
		color:				black;
		background-color:		#E1E1E1;
		padding-top:			0px;
		padding-left:			3px;
		padding-right:			12px;
		padding-bottom:			3px;
		margin-bottom:			9px;
		margin-top:			9px;
		vertical-align:			center;
	}




/**/	.contentTableKeyword
	{
		text-align:			center;
		font-weight:			bold;
	}




/**/	.contentTableKeyword a:link,
/**/	.contentTableKeyword a:hover,
/**/	.contentTableKeyword a:visited
	{
		color:				blue;
	}




/**/	.contentTrailer
	{
		margin-top:			15px;
	}
