/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
							
												
									color: #FFFFFF; 					
									text-decoration: none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FFFFFF; 
									text-decoration: underline;
																		
								}
								
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.3em;		
									font-weight: bold;			
									color: #4A4949; 
									
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.9em;			
									color: #858C18; 
								}
								
								
								
						
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
									text-decoration:underline;
									background-color: ;
								}
/* this class controls the PAGE TITLE ***********************************/								
								
.pagetitle	/* SPAN */
								{	
									
									font-size: 2em;
									font-style: normal;		
									font-weight: bold;			
									color: #858C18; 
								}																																								
								
								
								
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
			
									color: #FFFFFF; 
							
								}
a.footer	/* A */
								{	
									
									color: #FFFFFF; 
									text-decoration:underline;
								}
														
a.footer:hover	/* A */
								{	
									color: #F5F8CE; 
									text-decoration: underline;										
								}