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

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

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

									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: ;
								}

