/* CSS Document */
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #587E06;
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #990000; 
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}
								
								
/* 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: #C4BA73;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #C4BA73;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #E7E3CE;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #324901; 
									
									

									background-color: #E7E3CE;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #EFFDCF; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #FF9933; 
									text-decoration:underline;										
								}
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: #F7F3E7; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 2px solid;
									BORDER-TOP:  2px solid;
									BORDER-LEFT:  2px solid;
									BORDER-BOTTOM: 2px solid;
									border-color:  #A49A44;
								}
/* 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: #990000; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #324901; 
									text-decoration:underline;
																		
								}

