/* 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: #23254F; 
									text-decoration: underline;
																		
								}
								
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.1em;		
									font-weight: bold;			
									color: #23254F; 
									
								}
/* this class controls the body***********************************/
.body	
								{	
								 background-image:url(uimages/image.jpg);
								
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.6em;			
									color: #23254F; 
								}
								
								
table.tmp	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #9FAA00;
								}
								
								
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #23254F; 
									text-decoration:underline;
									background-color: ;
								}
/* this class controls the PAGE TITLE ***********************************/								
								
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.4em;
									font-style: normal;		
									font-weight: bold;			
									color: #4D3D05; 
								}																												.footer	/* SPAN */
								{	
									
									color: #000000; 
								}																																
.textmenu	/* SPAN */
								{	
									
									color: #000000; 
								}	
a.textmenu	/* SPAN */
								{	
									
									color: #464878; 
								}			
a.textmenu:hover	/* SPAN */
								{	
									
									color: #4D3D05; 
								}							

