/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.4em;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
								}
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.3em;
									font-style: bold;		
									font-weight: bold;			
									color: #4A4949; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #315184; 
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FFB754; 
									text-decoration:none;
																		
								}
/* this class controls the FONT PROPERTIES ***********************************/
.tmpnormaltxt	/* SPAN */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: bold;			
									color: #686767; 
								}
/* this class controls the HEADING properties  ***********************************/
.tmpheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									

									background-color: ;
								}
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCCC; 
									
									background-color: ;
								}
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #4A4949; 
								}
a.breadcrumbs	/* A */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #686767; 
									text-decoration:underline;		
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #000000; 
									text-decoration: underline;
																		
								}
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #D0B46F; 
								}
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #D0B46F;
								}
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
								
									background-color: ;
									
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #4D3D05;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									text-decoration:none;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #315184; 
									text-decoration: underline;												
								}		

