/* 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:  #EAF4FC;
								}
table.laylbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #EAF4FC;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #003884;
								}
th.laylbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									

									background-color: #003884;
																											
								}
a.laylbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #4A4949; 
									text-decoration:underline;
								}
														
a.laylbox:hover	/* A */
								{	
									color: #CC3300; 										
									text-decoration:underline;
								}

