	table.tblList
		{
			border-left: 1px solid #333;
			border-top: 1px solid #333;
		}
	
	.tblList td.alt1
		{
			background: url('../images/Table_BG1.gif');
			border-right: 1px solid #333;
			border-bottom: 1px solid #333;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			line-height: 20px; 
			font-size: 11px;
			color: #565656;
			text-align: left;	
		}
	.tblList td.alt2
		{
			background: url('../images/Table_BG2.gif');
			border-right: 1px solid #333;
			border-bottom: 1px solid #333;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			line-height: 20px; 
			font-size: 11px;
			color: #565656;
			text-align: left;	
		}
	.tblList th
		{
			background: url('../images/Table_BG_Head.gif');
			border-right: 1px solid #333;
			border-bottom: 1px solid #333;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			line-height: 20px; 
			font-size: 11px;
			color: #565656;
			text-align: left;	
		}