/* CSS Document */
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.bar	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: #FFECB5; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #B68903;
								}
								
/* this class controls the HEADING properties  ***********************************/
.barheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
									

									background-color: ;
									
									
								}								

