/* 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:  #C4BA73;
								}
/* this class controls the BULLETED LIST properties  ********************/
.barul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;
									list-style-image: url(uimages/arrow_black.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: #324901; 
									

									background-color: ;
									
									
								}

