/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
							
												
									color: #000000; 					
									text-decoration: none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #686767; 
									text-decoration: underline;
																		
								}
								
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.4em;		
									font-weight: bold;			
									color: #000000; 
									
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.9em;			
									color: #64300A; 
								}
								
table.tmp	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 1px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #147152;
								}
								
								
/* this class controls the PAGE TITLE ***********************************/								
								
.pagetitle	/* SPAN */
								{	
									
									font-size: 2em;
									font-style: normal;		
									font-weight: bold;			
									color: #64300A; 
								}
								
.tmpvsep
								{	
												
									background-color: #A5C5BA; 
								}																																																

