/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
						
								
/* this class controls the SUPER HEADING properties  ***********************************/
.laysupheadin /* TABLE AND SPAN */
								{	
									font-size: 1em;			
									color: #FFFFFF; 
								}
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									font-size: 1.5em;			
									color: #D67500; 
									
							
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.laysubheadin /* TABLE AND SPAN */
								{	
									font-size: 1.2em;			
									color: #003884; 
									

									background-color: ;
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.laymlinks /* A */
								{	
									font-size: 1em;			
									color: #FF9A00; 		
								}
								
a.laymlinks:hover /* A */
								{	
									color: #0061AD;										
									text-decoration: none;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.layhlinks /* A */
								{	
												
									color: #0061AD; 					
									text-decoration: underline;
								}
								
a.layhlinks:hover /* A */
								{	
									color: #FFB754; 
									text-decoration: none;
																		
								}
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laydbox	/* SPAN */
								{	
												
									color: #000000; 
							

									background-color: ;
						
								}
								
								
table.laydbox	/* TABLE */
								{	
												
									color: #000000; 
									

									background-color: #74B5E8;
								   							
								}
th.laydbox	/* TH AND SPAN*/
								{	
												
									color: #FFFFFF; 
									
									

									background-color: #0061AD;							
								}
a.laydbox	/* A */
								{	
												
									color: #000000; 
									text-decoration: none;
								}
														
a.laydbox:hover	/* A */
								{	
									color: #0061AD; 
									text-decoration: underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laynbox	/* SPAN */
								{	
												
									color: #000000; 
									

									background-color:  ;
									
								}
table.laynbox	/* TABLE */
								{	
												
									color: #000000; 
									

									background-color: #EAF4FC;							
								   
								}
th.laynbox	/* TH AND SPAN */
								{	
												
									color: #000000; 
									
									

									background-color: #EAF4FC;
									
																											
								}
a.laynbox	/* A */
								{	
												
									color: #003884; 
									text-decoration: none;
								}
														
a.laynbox:hover	/* A */
								{	
									color: #2984CC; 										
									text-decoration: underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laylbox	/* SPAN */
								{	
												
									color: #000000; 
									

									background-color:  #EAF4FC;
								}
table.laylbox	/* TABLE */
							{	
												
									color: #000000; 
									

									background-color: #EAF4FC;							
								  
								}
th.laylbox	/* TH AND SPAN */
								{	
											
									color: #003884; 
									
									

									background-color: #74B5E8;
									
																											
								}
a.laylbox	/* A */
								{	
											
									color: #003884; 
									text-decoration: none;
								}
														
a.laylbox:hover	/* A */
								{	
									color: #2984CC; 										
									text-decoration: none;
								}
/*------------------------------Transparent box--------------------------*/
.laytbox	/* SPAN */
								{	
												
							

									background-color:  ;
						
								}
								
								
table.laytbox	/* TABLE */
								{	
												
									

									background-color: ;
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:;
								   							
								}
th.laytbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.8em;			
									color: #FFFFFF; 
									
									

									background-color:#2984CC ;							
								}
a.laytbox	/* A */
								{	
												
									color: #0061AD; 
									text-decoration: none;
								}
														
a.laytbox:hover	/* A */
								{	
									color: #FFB754; 
									text-decoration: underline;										
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.layfinetxtbox	/* SPAN */
								{	
									
												
									color:#FF9A00 ; 
									

									background-color:  ;															
						
								}
table.layfinetxtbox/* TABLE */
								{	
												
									color: #FF9A00; 
									

									background-color: ;
								   							
								}
th.layfinetxtbox/* TH AND SPAN */
								{	
												
									color: #003884; 
									
									

									background-color: ;
																											
								}
a.layfinetxtbox/* A */
								{	
												
									color: #003884; 		
									text-decoration: none;
								}
								
a.layfinetxtbox:hover/* A */
								{ 	
									color: #74B5E8; 										
									text-decoration: underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.layhsep/* TABLE */
			 					{  
									/*background-image:  url(../uimages/hsep01.gif);*/	
									/*path should be ../uimages/
									images should physically reside in template uimages folder*/
									background-color: #0061AD;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.layvsep/* TABLE */
			 					{  
									background-image:  url(../uimages/vsep01.gif);	
									/*path should be ../uimages/
									images should physically reside in template uimages folder*/
									background-color: #0061AD ; 
								}								
/* this class controls the BULLETED LIST properties  ********************/
.layul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;
									list-style-image: url(../uimages/sign.gif);
									list-style-type: ; /*square disc circle*/
								}

