/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{
								   scrollbar-face-color: #DCD6AB; 
								   scrollbar-highlight-color: #CCCCCC; 
								   scrollbar-shadow-color: #E7E3CE; 
								   scrollbar-3dlight-color: #E7E3CE; 
								   scrollbar-arrow-color:  #C4BA73; 
								   scrollbar-track-color: #F7F3E7; 		
								   background-color: #E7E3CE ;
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.5em;
			
									color: #990000; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.2em;
									color: #4A4949; 
								}
											
		
								
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
									color: #000000; 
								}
a.breadcrumbs	/* A */
								{	
									color: #5D8D2B; 
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #CC0000; 
									text-decoration:underline;
															
								}					
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.6em;
									color: #000000; 
								}
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									color: #990000; 
								
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									color: #990000; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #CC0000; 
									text-decoration: underline;												
								}		
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* TABLE */
								{	
									background-color:#FFFFFF; /* Put bgcolor here if required */
								}								
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin /* TABLE AND SPAN */
								{	
			
									color: #000000; 
									
								}					
								
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmpmlinks /* A */
								{	
									color: #990000; 
								}
								
a.tmpmlinks:hover /* A */
								{	
									color: #990000;										
									text-decoration: underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
			
									color: #990000; 					
									text-decoration: none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #990000; 
									text-decoration: underline;
																		
								}
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
			
									color: #000000; 
							
									background-color: #DCD6AB;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									color: #000000; 
									
									background-color: #DCD6AB;
									border-color: #2B5005;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									color: #FFFFFF; 
									background-color: #5D8D2B;							
								}
a.tmpdbox	/* A */
								{	
									color: #CC0000; 
									text-decoration: none;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #5D8D2B; 
									text-decoration: underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpnbox	/* SPAN */
								{	
			
									color: #000000; 
									background-color: #E7E3CE ;
									
								}
table.tmpnbox	/* TABLE */
								{	
									color: #000000; 
									
									background-color: #E7E3CE ;							
									border-color: #A49A44;
								}
th.tmpnbox	/* TH AND SPAN */
								{	
									
																											
								}
a.tmpnbox	/* A */
								{	
									color: #CC0000; 
									text-decoration: none;
								}
														
a.tmpnbox:hover	/* A */
								{	
									color: #5D8D2B; 										
									text-decoration: underline;
								}
								
								
								
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #5D8D2B;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #DCD6AB; 
								}								

