/* CSS Document */
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color:#D67500; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #FF9A00;
								}								
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #3a3a3a; 
									

									background-color: ;
									
									
								}
								
table.barnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:#FFB754;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #D67500;
								}
a.barnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #274560; 
									text-decoration: underline;
								}
														
a.barnbox:hover	/* A */
								{	
									color: #3a3a3a; 										
									text-decoration:underline;
								}
.barfinetxtbox	/* SPAN */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#E7E7E7; 
									

									background-color: ; 															
						
								}
table.barfinetxtbox/* TABLE */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#E7E7E7;  
									

									background-color: ; 															
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #D67500;							
								}
th.barfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #274560; 
									
									

									background-color: #FCEAD5;
																											
								}
/* this class controls the FONT PROPERTIES ***********************************/
.barnormaltxt	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
								}
								
								
/* this class controls the SUPER HEADING properties  ***********************************/
.barsupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #E7E7E7; 
									

									background-color: ;
									
									
								}
								
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bartbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.bartbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #FCEAD5;							
								}
th.bartbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #E7E7E7; 
									
									

									background-color: ;							
								}
a.bartbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #E7E7E7; 
									text-decoration:underline;
								}
														
a.bartbox:hover	/* A */
								{	
									color: #DAE5EF; 
									text-decoration: underline;										
								}
				
a.barlbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #274560; 
									text-decoration:underline;
								}
														
a.barlbox:hover	/* A */
								{	
									color: #3a3a3a; 										
									text-decoration:underline;
								}
								
								
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.barmlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #E7E7E7; 		
								}
								
a.barmlinks:hover /* A */
								{	
									color: #DAE5EF;										
									text-decoration:underline;
								}
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.barhsep/* TABLE */
			 					{  

									/*path should be /sitexpress/sidebars/sidebar349/uimages/
									images should physically reside in template uimages folder*/
									background-color: #FCEAD5;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.barvsep/* TABLE */
			 					{  

									/*path should be /sitexpress/sidebars/sidebar349/uimages/
									images should physically reside in template uimages folder*/
									background-color: #FCEAD5; 
								}


