/* CSS Document */
th.barlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D1D2E3; 
									
									

									background-color: #83416D;
																											
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #653254; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #23254F; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #330000; 
									

									background-color: ;
								}

