/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.8em;
									
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.2em;
								}
											
								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.5em;
									color: #89420E; 
								}
	
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.tmphlinks /* A */
								{	
					
									
									color: #EFE2D9; 					
									text-decoration:none;
								}
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;
																		
								}
								

