/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #F5DFA8; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #EFE2D9; 
								}
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.5em;
												
									color: #89420E; 
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #EFE2D9; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #F5DFA8; 
									text-decoration:underline;
																		
								}
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/								
								
.footer	/* TABLE AND SPAN */
								{	
									
			
									color: #000000; 
								}
a.footer	/* A */
								{	
									
			
									color: #4D3D05; 
								}
														
a.footer:hover	/* A */
								{	
									color: #64300A; 
									text-decoration: underline;										
								}
								
																

