/* CSS Document */
th.barlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #F5DFA8; 
									
									

									background-color: #5E6639;
																											
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #3E4723; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #4D3D05; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #990000; 
									

									background-color: ;
								}

