/* CSS Document */
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
									background-color: #DAE5EF; 
								}
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #DAE5EF;
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #EFFDCF; 
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #537495; 
								}
								
								
/* 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: #B68903;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #B68903;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #FCD35B;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #274560; 
									
									

									background-color: #FCD35B;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #DAE5EF; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #B9E755; 
									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: normal;			
									color: #324901; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #274560; 
									text-decoration:underline;
																		
								}
								

