/* CSS Document */
/* 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; 
								}
								
th.tmpnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5; 
									
									

									background-color: #0000FF;
									
																											
								}
								
								
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
								
									background-color: ;
									
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #000099;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #FFFFFF; 
									text-decoration: underline;												
								}
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00; 
								}

