	table.tblList
		{
			border-color: white;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
		}
		
	.tblList td.list
		{
			
			border-bottom: 1px solid white;	
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			line-height: 20px; 
			font-size: 11px;
			color: #565656;
			text-align: left;	
		}
		
	.tblList td.alt1, .tblList td.alt2, .tblList td.alt3, .tblList td.alt4, .tblList td.alt5, .tblList td.alt6, .tblList td.alt7, .tblList td.alt8, .tblList td.alt9, .tblList td.alt10, .tblList th.alt1, .tblList th.alt3, .tblList th.alt5, .tblList th.alt6, .tblList th.alt7, .tblList th.alt8, .tblList th.alt9
		{
			border-bottom: 	1px solid white;
			font-family: 	Verdana, Arial, Helvetica, sans-serif;	
			line-height: 	20px; 
			font-size: 		11px;
			color: 			#333;
			text-align: 	left;	
			height: 		30px;
			padding-left: 	5px;
		}	
		
	/* Green Title Box */
		.GreenBoxTitle
			{
				font-family: 	Verdana, Arial, Helvetica, sans-serif;	
				line-height: 	30px; 
				font-size: 		11px;
				height: 		30px;
				padding:		0 0 0 5px;
				background: 	#888812;
				color: 			white;
				font-weight: 	bold;
				border: 		1px solid #FFF;
				border-bottom: 	0px;
			}
		
	/* Orange */
		.tblList td.alt1
			{
				background: 	#E8D6C0;
			}
		.tblList td.alt2
			{
				background: 	#DECAB2;
			}
			
	/* Green */
		.tblList td.alt3
			{
				background: 	#D5D5B8;
			}
		.tblList td.alt4
			{
				background: 	#E5E5CE;
			}
	
	/* Blue */
		.tblList td.alt5
			{
				background: 	#CEDBE9;
			}
		.tblList td.alt6
			{
				background: 	#A4B8CE;
			}
			
	/* Gray */
		.tblList td.alt7
			{
				background: 	#575757;
			}
		.tblList td.alt8
			{
				background: 	#5C5C5C;
			}
	/* Yellow */
		.tblList td.alt9
			{
				background: 	#F8F5C6;
			}
		.tblList td.alt10
			{
				background: 	#E9E5AF;
			}

	/* Headers */ 
	.tblList th.alt1
		{
			background: 	#C24400;
			height: 		30px;
			color: 			white;
			font-weight: 	bold;
			
		}
	.tblList th.alt3
		{
			background: 	#888812;
			height: 		30px;
			color: 			white;
			font-weight: 	bold;
			
		}
	.tblList th.alt5
		{
			background: 	#13457B;
			height: 		30px;
			color: 			white;
			font-weight: 	bold;
		}
	.tblList th.alt9
		{
			background: 	#E8DF8A;
			height: 		30px;
			color: 			#3C3D3D;
			font-weight: 	bold;
			background: 	#C0A300;
			color: 			white;
		}
		
		
		
		
		
		
	.tblData
		{
			margin-top: 7px;	
		}
	.tblData td
		{
			background: #E5E5E5;	
		}
