/* CSS Document */
									
									
									
body
{									
									background-color:  #1A8212; /* Put bgcolor here if required */
}
/* 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:  #A28438;
									
								}
table.tmpnbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#A28438;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #053F01;
								}
th.tmpnbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #EFE9E5; 
									
									

									background-color: #735918;
									
																											
								}
a.tmpnbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #F5DFA8; 
									text-decoration: underline;
								}
														
a.tmpnbox:hover	/* A */
								{	
									color: #EFE9E5; 										
									text-decoration:underline;
								}
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 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: #735918; 
								}
								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.4em;
									font-style: normal;		
									font-weight: bold;			
									color: #605A54; 
								}
								
/* 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: #4D3D05; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #605A54; 
									text-decoration:underline;
																		
								}
							
							
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* TABLE */
								{	
									background-image:url(uimages/star_bg.gif);
									background-attachment: scroll;
									background-repeat: repeat;
									background-color:  #CCFBC9; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  ;
								}							


