/* CSS Document */
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0099CC;
								}
/* this class controls the BULLETED LIST properties  ********************/
.barul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;
									list-style-image: url(uimages/bullet.gif);
									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									

									background-color: ;
									
									
								}
								
								
th.bardbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #DCE9FA; 
									
									text-align: left;

									background-color: #0099CC;							
								}
								
.bardbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #0099CC;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #0099CC;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #97E6FF;							
								}
								
.barlbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #D1D2E3;
								}
table.barlbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #D1D2E3;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #006699;
								}
th.barlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									text-align: left;

									background-color: #D1D2E3;
																											
								}

