	table.tblList
		{
			margin-top: 0px;
			
		}
	table.tblList tr.tblHeader th
		{
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			height: 30px;
			font-weight: bold;	
			color: white;
			
		}
	table.tblList td
		{
			height: 32px;
			font-size: 10px;
		}
	table.tblList tr.tblBackground1 td
		{
				
		}
	table.tblList tr.tblBackground2 td
		{
			background: #DCDCDC;	
		}
	table.tblList tr.tblFooter td
		{
			background: #999;
			height: 6px;	
		}
	table.tblList a
		{
			border: 0px;
			font-size: 10px;
		}
		
	
	
	