/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
				
								
/* this class controls the FONT PROPERTIES ***********************************/
.barnormaltxt	/* SPAN */
								{
									
									color:#FFFFFF; 
								}						
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									color:#FFFFFF; 
								
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									color:#9999FF; 
				
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
									color:#FFB754; 
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
									color:#9999FF; 		
								}
								
a.barmlinks:hover /* A */
								{	
									color:#FFFFFF;										
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barhlinks /* A */
								{	
									color:#FFB754; 					
								}
								
a.barhlinks:hover /* A */
								{	
									color:#FCEAD5; 
																		
								}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bartbox	/* SPAN */
								{	
									color:#FFFFFF; 
						
								}
								
								
table.bartbox	/* TABLE */
								{	
									color:#FFFFFF; 
								}
th.bartbox	/* TH AND SPAN*/
								{	
									color:#FF9A00; 
								}
a.bartbox	/* A */
								{	
									color:#FF9A00; 
								}
														
a.bartbox:hover	/* A */
								{	
									color:#0000FF; 
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barfinetxtbox	/* SPAN */
								{	
									color:#FCEAD5; 
							
						
								}
table.barfinetxtbox/* TABLE */
								{	
									color:#FCEAD5; 
									border-color:#61D1FF;							
								}
th.barfinetxtbox/* TH AND SPAN */
								{	
									color:#FFFFFF; 
						
								
									background-color:#0A84AC;
																											
								}
a.barfinetxtbox/* A */
								{	
									color:#9999FF; 		
								}
								
a.barfinetxtbox:hover/* A */
								{ 	
									color:#CCCCFF; 										
								}							

