/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #4A4949; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.laysubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.0em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									

									background-color: ;
								}					

