/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #4A4949; 
								}
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
								}
								
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #FBD09D;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #FBD09D; 
								}
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCFF; 
							

									background-color: #315184;
									
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCFF; 
									

									background-color: #315184;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #89B0E0;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
									
									

									background-color: #89B0E0;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #FBD09D; 
									text-decoration:underline;										
								}
																								
																								
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #686767; 
									text-decoration:underline;
																		
								}
								
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									background-color: ;
								}
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
								}																																

