/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
								
/* this class controls the FONT PROPERTIES ***********************************/
.laynormaltxt	/* SPAN */
								{	
									font-size: 1em;
								}						
								
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #986828; 
																
								}


