			.tableListingInfo td
			{
				padding:10px;
			}		
			.tableListingTable
			{
				border-collapse: collapse;				 				
			}
			.tableListingTable td
			{
				border-right:1px solid #CECECE;
				border-bottom:1px solid #CECECE;
				padding: 2px;
				font-family: Arial, Verdana, sans-serif;
				font-size: 9pt;
			}
			.tableListingTable .tableListingTableTopBottomBorder
			{
				border-top:1px solid #CECECE;
				border-bottom:1px solid #CECECE;
				border-right:0px;
				padding: 2px;
			}
			.tableListingTable .tableListingTableTopBottomRightBorder
			{
				border-top:1px solid #CECECE;
				border-bottom:1px solid #CECECE;
				border-right:1px solid #CECECE;
				padding: 2px;
			}			
			.tableListingTable .tableListingTableRightCol
			{
				border-right:0px;
				border-bottom:1px solid #CECECE;
				padding: 2px;
			}
			.tableListingTable .tableListingHeader
			{
				border-bottom:0px;
				border-top:1px solid #CECECE;
				padding: 2px;
				text-align: center;
			}
			.tableListingTable .tableListingHeaderLeft
			{
				border-bottom:0px;
				border-top:1px solid #CECECE;
				padding: 2px;
				text-align: left;
			}
			.tableListingTable .tableListingHeaderRightCol
			{
				border-right:0px;
				border-bottom:0px;
				border-top:1px solid #CECECE;
				padding: 2px;
				text-align: center;
			}
			.tableListingTable .tableListingHeader2NoBorder
			{
				border-right:0px;
				border-bottom:2px solid #A0A0A0;
				border-top:0px;
				padding: 2px;
			}
			.tableListingTable .tableListingHeader2
			{
				border-right:1px solid #CECECE;
				border-bottom:2px solid #A0A0A0;
				border-top:0px;
				padding: 2px;
			}
			.tableListingTable .tableListingHeader3NoBorder
			{
				border-right:0px;
				border-bottom:2px solid #A0A0A0;
				border-top:1px solid #CECECE;
				padding: 2px;
			}
			.tableListingTable .tableListingTableNoBorderNoPadding
			{
				border: 0px;
				padding: 0px;
			}
			.tableListingTable .tableListingTableNoBorder
			{
				border: 0px;
				padding: 2px;
			}
			.tableListingTable .tableListingTableNoBottomBorder
			{
				border-right:1px solid #CECECE;
				border-bottom:0px;
				padding: 2px;
			}	
			.tableListingTable .tableListingTableNoBottomBorderNoPadding
			{
				border-right:1px solid #CECECE;
				border-bottom:0px;
				padding: 0px;
			}	
			.tableListingTable .tableListingTableNoPaddingNoRightBorder
			{
				border-right:0px;
				border-bottom:1px solid #CECECE;
				padding: 0px;
			}	
			.tableListingTable .tableListingTableNoPadding
			{
				border-right:1px solid #CECECE;
				border-bottom:1px solid #CECECE;
				padding: 0px;
			}	