/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 1.4em;
									font-style: normal;		
									font-weight: bold;			
									color: #4A4949; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCFF; 
								}
								
a.textmenu:hover	/* A */
								{	
									color: #FFFFFF; 
									text-decoration: underline;												
								}		
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
											
									color: #000000; 
									background-color:  #0000FF;
								}
table.tmplbox	/* TABLE */
							{	
									
												
									color: #000000; 
									

									background-color: #0000FF;							
								   
								}
th.tmplbox	/* TH AND SPAN */
								{	
									
											
									color: #182852; 
									
									

									background-color: #9999FF;
																											
								}
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #CCCCCC; 
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 					
									text-decoration:;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #DCE9FA; 
									text-decoration:;
																		
								}								
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.0em;
									font-style: normal;		
									font-weight: bold;			
									color: #182852; 
									
									background-color: ;
								}
								

