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

