/* CSS Document */
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00;
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #83416D; 
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.3em;
									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: #0061AD;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #0061AD;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #74B5E8;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #D67500; 
									
									

									background-color: #74B5E8;							
								}
a.tmpdbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #D6C5D3; 
									text-decoration:underline;										
								}
.darkdropshadow
									{
									width : 100%;
									filter: dropshadow( color=#686767, offX=1, offY=1 );
	
									}
/* 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: #653254; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #D67500; 
									text-decoration:underline;
																		
								}
								
/* 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; 
								}
																	
																	
																	
body 		
								{		
  									background-image:url(uimages/bg.gif);
									background-color: #0061AD;							
								}
								
								
								
/* 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: #4A4949; 
								
									background-color: ;
									
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #003884;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #D67500; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #653254; 
									text-decoration: underline;												
								}		

