/* CSS Document */
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2em;
									font-style: normal;		
									font-weight: bold;			
									color: #F4E9F2;
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #EFE9E5; 
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.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: #5F575F;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #5F575F;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #E7E3E7;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #653254; 
									
									

									background-color: #E7E3E7;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #F4E9F2; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #DCD3CC; 
									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: #605A54; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #653254; 
									text-decoration:underline;
																		
								}
								
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #4A4949; 
								
									background-color: ;
									
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;
								}
a.textmenu	/* A */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #83416D; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #9E958D; 
									text-decoration: underline;												
								}

