/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #274B3A; 
								}
/* 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: normal;			
									color: #686767; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #CCCCCC; 
									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: #0E333D; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #274B3A; 
									

									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: #FFFFFF; 
									text-decoration: underline;
																		
								}
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.6em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}

