	#tblCmpTable, #tblCmpTable Table
	{
		font-size:				10px;
		font-family:			Verdana, Arial, Helvetica, sans-serif;		
	}
	
	#tblCmpTable SELECT
	{
		font-size:				9px;
		font-family:			inherit;
	}
	
	#tblCmpTable TH
	{
		background-color:		<? echo $CST_strCMP_TBL_BGCOLOR ?>;
		font-weight:			normal;
	}
	
	#tblCmpTable CAPTION
	{
		font-size:				15px;
		font-family:			Verdana, Arial, Helvetica, sans-serif;
		font-weight: 			bold;
	}
	
	.cmpTable
	{
		/*
		border: 				1px solid #FFFFFF;
		border-bottom-color:	#000000;
		border-top-color:		#000000;
		border-left-color:		#FFFFFF;
		border-right-color:		#FFFFFF;
		*/
		margin-left: 			15px;
	}
	
	.catHeading
	{
		font-weight:			bold; 
		background-color: #99CC00;
		color: #FFFFFF;
	}
	
	.cmpTable tr.ItemStyle
	{
		background-color: #FFFFFF; 
	}
	
	.cmpTable tr.AlternateItemStyle
	{
		background-color:#CCCCCC;
	}
	
	.cmpTable th
	{
	}
	
	.cmpTable td.dataCell
	{
		text-align: center;
	}
	
	.cmpTable td.rowHeader
	{
		padding-left:10px;
		width: 25%;
	}
	