/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
								
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									font-size: 1.4em;
									font-style: normal;		
									font-weight: bold;
									color: #000000; 
									
									
									
								}
					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.laymlinks /* A */
								{	
									font-family: verdana,arial,helvetica;
									font-size: 11px;
									font-style: normal;		
									font-weight: normal;			
									color: #990000; 
									text-decoration: underline;		
								}
								
a.laymlinks:hover /* A */
								{	
									color: #990000;										
									text-decoration: underline;
								}


