/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
								
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;
									color: #315184; 
									
								}
					
/* this class controls the BULLETED LIST properties  ********************/
.layul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;

									list-style-type:square ; /*square disc circle*/
									color:#315184;
								}

