/* CSS Document */
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpnbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:  #939871;
									
								}
table.tmpnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#939871;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #CDBB01;
								}
th.tmpnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #EFE9E5; 
									
									

									background-color: #5E6639;
									
																											
								}
a.tmpnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #ECEFDE; 
									text-decoration: underline;
								}
														
a.tmpnbox:hover	/* A */
								{	
									color: #EFE9E5; 										
									text-decoration:underline;
								}
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-family: arial,verdana,georgia,arial,verdana;
									font-size: 2.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #605A54; 
								}
								
.darkdropshadow
									{
									width : 100%;
									filter: dropshadow( color=#CCCCCC, offX=1, offY=1 );
	
									}
									
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #5E6639; 
								}									

