/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
								
								
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
												
									color: #FFFFFF; 
								
									background-color: #4D3D05;
									
								 
								}
a.textmenu	/* A */
								{	
												
									color: #CCCCCC; 
									text-decoration: none;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #FFFFFF; 
									text-decoration: underline;												
								}		
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
											
									color: #000000; 
									background-color:  #A1D371;
								}
table.tmplbox	/* TABLE */
							{	
									
												
									color: #000000; 
									

									background-color: #A1D371;							
								   
								}
th.tmplbox	/* TH AND SPAN */
								{	
									
											
									color: #4D3D05; 
									
									

									background-color: #BEE397;
																											
								}
								
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
												
									color: #FFFFFF; 
							
									
									background-color: #4D3D05;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
												
									color: #FFFFFF; 
									
									background-color: #4D3D05;
								 							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
											
									color: #4D3D05; 
									
									

									background-color: #BEE397;							
								}
																


