/* CSS Document */
								
											
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
									
												
									color: #000000; 
									
									
									background-color:  #FFFF99;
								}
table.tmplbox	/* TABLE */
							{	
									
									
												
									color: #000000; 
									

									background-color: #FFFF99;							
								}
th.tmplbox	/* TH AND SPAN */
								{	
									
									
												
									color: #2B5005; 
									
									
									background-color: #FFFF99;
																											
								}
a.tmplbox	/* A */
								{	
									
												
									color: #5D8D2B; 
									text-decoration:underline;
								}
														
a.tmplbox:hover	/* A */
								{	
									color: #147152; 										
									text-decoration:underline;
								}
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									
												
									color: #FFFFFF; 
							

									background-color: #A5C5BA;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
												
									color: #FFFFFF; 
									

									background-color: #A5C5BA;
							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
												
									color: #2B5005; 
									
									

									background-color: #FFFF99;							
								}
a.tmpdbox	/* A */
								{	
									
												
									color: #E0FAC5; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #147152; 
									text-decoration:underline;										
								}
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #66A490; 
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #66A490;

