/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laylbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #EFE9E5;
								}
table.laylbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #EFE9E5;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #605A54;
								}
th.laylbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #f2ecd8; 
									
									

									background-color: #605A54;
																											
								}
a.laylbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #8F7156; 
									text-decoration:underline;
								}
														
a.laylbox:hover	/* A */
								{	
									color: #663033; 										
									text-decoration:underline;
								}

