/* CSS Document */
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5;
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D8E3E6; 
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.7em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00; 
								}
								
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #315184;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									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: #D67500; 
									
									

									background-color: #89B0E0;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #9CB6BD; 
									text-decoration:underline;										
								}
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  
									background-image:  url(uimages/hsep01.gif);	
									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: transparent;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  
									background-image:  url(uimages/vsep01.gif);	
									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color:transparent; 
								}
								

