/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
			
/* this class controls the FONT PROPERTIES ***********************************/
.barnormaltxt	/* SPAN */
								{	
									
												
									color: #003884; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.barul	/* UL */
								{	
									
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
												
									color: #000000; 
									

									background-color: ;
									
									/*filter: dropShadow(color=#8b008b,offX=3,offY=3); */
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
									

									background-color: #0000FF;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.barsubheadin /* TABLE AND SPAN */
								{	
												
									color: #000000; 
									

									background-color: ;
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
												
									color: #0000CC; 		
								}
								
a.barmlinks:hover /* A */
								{	
									color: #4A4949;										
									
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barhlinks /* A */
								{	
												
									color: #0000CC; 					
									
								}
								
a.barhlinks:hover /* A */
								{	
									color: #0000FF; 
									
																		
								}
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bardbox	/* SPAN */
								{	
												
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
												
									color: #000000; 
									

									background-color: #EAF4FC;
								  							
								}
th.bardbox	/* TH AND SPAN*/
								{	
												
									color: #FFFFFF; 
									
									

									background-color: #4A4949;							
								}
a.bardbox	/* A */
								{	
												
									color: #000000; 
									
								}
														
a.bardbox:hover	/* A */
								{	
									color: #CCCCCC; 
																			
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barnbox	/* SPAN */
								{	
												
									color: #000000; 
									

									background-color:  ;
									
								}
table.barnbox	/* TABLE */
								{	
												
									color: #003884; 
									

									background-color: #EAF4FC;							
								    
									 
								}
th.barnbox	/* TH AND SPAN */
								{	
												
									color: #000000; 
									
									

									background-color: #EAF4FC;
									
																											
								}
a.barnbox	/* A */
								{	
												
									color: #000000; 
									
								}
														
a.barnbox:hover	/* A */
								{	
									color: #686767; 										
									text-decoration: underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.barlbox	/* SPAN */
								{	
												
									color: #000000; 
									

									background-color: ;
								}
table.barlbox	/* TABLE */
							{	
												
									color: #000000; 
									

									background-color: #EAF4FC;							
								    
								}
th.barlbox	/* TH AND SPAN */
								{	
												
									color: #FFFFFF; 
									
									

									background-color: #2984CC;
									
																											
								}
a.barlbox	/* A */
								{	
												
									color: #000000; 
									
								}
														
a.barlbox:hover	/* A */
								{	
									color: #686767; 										
									text-decoration: none;
								}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bartbox	/* SPAN */
								{	
											
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.bartbox	/* TABLE */
								{	
												
									color: #000000; 
									

									background-color: ;
								  							
								}
th.bartbox	/* TH AND SPAN*/
								{	
												
									color: #EAF4FC; 
									
									

									background-color:#0061AD ;							
								}
a.bartbox	/* A */
								{	
												
									color: #4A4949; 
									
								}
														
a.bartbox:hover	/* A */
								{	
									color: #0000FF; 
																			
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
th.barfinetxtbox/* TH AND SPAN */
								{	
											
									color: #000000; 
									
									

									background-color: ;
																											
								}
a.barfinetxtbox/* A */
								{			
									color: #0000CC; 		
									
								}
								
a.barfinetxtbox:hover/* A */
								{ 	
									color: #4A4949; 										
									
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.barhsep/* TABLE */
			 					{  
									background-image:  url(uimages/hsep01.gif);	
									/*path should be /sitexpress/sidebars/sidebar132/uimages/
									images should physically reside in template uimages folder*/
									background-color: #0000CC;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.barvsep/* TABLE */
			 					{  
									background-image:  url(uimages/vsep01.gif);	
									/*path should be /sitexpress/sidebars/sidebar132/uimages/
									images should physically reside in template uimages folder*/
									background-color: #0061AD ; 
								}								

