/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
				
								
/* this class controls the FONT PROPERTIES ***********************************/
.barnormaltxt	/* SPAN */
								{
									
									color:#E50400; 
								}						
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									color:#E50400; 
								
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									color:#E50400; 
				
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									color:#E50400; 
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
									color:#E50400; 		
								}
								
a.barmlinks:hover /* A */
								{	
									color:#E50400;										
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barhlinks /* A */
								{	
									color:#E50400; 					
								}
								
a.barhlinks:hover /* A */
								{	
									color:#E50400; 
																		
								}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bartbox	/* SPAN */
								{	
									color:#E50400; 
						
								}
								
								
table.bartbox	/* TABLE */
								{	
									color:#E50400; 
								}
th.bartbox	/* TH AND SPAN*/
								{	
									color:#E50400; 
								}
a.bartbox	/* A */
								{	
									color:#E50400; 
								}
														
a.bartbox:hover	/* A */
								{	
									color:#E50400; 
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barfinetxtbox	/* SPAN */
								{	
									color:#E50400; 
							
						
								}
table.barfinetxtbox/* TABLE */
								{	
									color:#E50400; 
									border-color:#000000;							
								}
th.barfinetxtbox/* TH AND SPAN */
								{	
									color:#E50400; 
						
								
									background-color:#000000;
																											
								}
a.barfinetxtbox/* A */
								{	
									color:#E50400; 		
								}
								
a.barfinetxtbox:hover/* A */
								{ 	
									color:#E50400; 										
								}							

