/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									color: #FFFFFF; 
									font-size: 1.8em;
									
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									color: #CCFBC9; 
									font-size: 1.2em;
								}
											
								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.8em;
									color: #996633; 
								}
	
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
									color: #CCCCCC; 
									
								}
a.footer	/* A */
								{	
									
									color: #8FE388; 
								}
														
a.footer:hover	/* A */
								{	
									color: #E5D4B4; 
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
			
									color: #F6EDDC; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #CCFBC9; 
									text-decoration:underline;
																		
								}
								

