/* CSS Document */
/**********************************************************************************************
BAR
***********************************************************************************************/
				
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.bardbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #f2ecd8; 
							

									background-color: #8F7156;
						
								}
								
								
table.bardbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #f2ecd8; 
									

									background-color: #8F7156;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #DFD2B3;							
								}
th.bardbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #644F3C; 
									
									

									background-color: #DFD2B3;							
								}
								

