/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
				
								
/* this class controls the FONT PROPERTIES ***********************************/
.laynormaltxt	/* SPAN */
								{	
									color: #FFFFFF; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.layul	/* UL */
								{	
									margin-top: 5px;
									list-style-image: url(../uimages/bullet.gif);
									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.laysupheadin /* TABLE AND SPAN */
								{	
									font-size: 1.9em;
									color: #FFFFFF; 
									
								}
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									font-size: 1.1em;
									font-weight: bold;
									color: #9999FF; 
									
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.laysubheadin /* TABLE AND SPAN */
								{	
									font-size: 0.9em;
									font-weight: bold;			
									color: #FFB754; 
								}
													
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.laymlinks /* A */
								{	
									font-size: 1em;
									font-weight: normal;			
									color: #9999FF; 		
								}
								
a.laymlinks:hover /* A */
								{	
									color: #FFFFFF;										
									text-decoration: underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.layhlinks /* A */
								{	
									font-size: 1em;
									color: #FFB754; 					
									text-decoration: none;
								}
								
a.layhlinks:hover /* A */
								{	
									color: #FCEAD5; 
									text-decoration: none;
																		
								}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laytbox	/* SPAN */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color:  ;
						
								}
								
								
table.laytbox	/* TABLE */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #000000;							
								}
th.laytbox	/* TH AND SPAN*/
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00; 
									
									

									background-color: ;							
								}
a.laytbox	/* A */
								{	
									font-size: .9px;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration: none;
								}
														
a.laytbox:hover	/* A */
								{	
									color: #0000FF; 
									text-decoration: underline;										
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.layfinetxtbox	/* SPAN */
								{	
									font-size: .8em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5; 
									

									background-color: ;															
						
								}
table.layfinetxtbox/* TABLE */
								{	
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #C6C6C6;							
								}
th.layfinetxtbox/* TH AND SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									

									background-color: #3a3a3a;
																											
								}
a.layfinetxtbox/* A */
								{	
									font-family: verdana,arial,helvetica;
									font-size: 10px;
									font-style: more;		
									font-weight: normal;			
									color: #9999FF; 		
									text-decoration: underline;
								}
								
a.layfinetxtbox:hover/* A */
								{ 	
									color: #CCCCFF; 										
									text-decoration: underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.layhsep/* TABLE */
			 					{  

									/*path should be ../uimages/
									images should physically reside in template uimages folder*/
									background-color: #E7E7E7;
							
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.layvsep/* TABLE */
			 					{  

									/*path should be ../uimages/
									images should physically reside in template uimages folder*/
									background-color: #E7E7E7; 
								}								
a.laynbox	/* A */
								{	
									font-size: .9px;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									text-decoration: none;
								}
														
a.laynbox:hover	/* A */
								{	
									color: #0000FF; 
									text-decoration: underline;										
								}

