/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
								   scrollbar-face-color: #931e00; 
								}
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #000000; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00; 
								}
								
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
									font-size: .9em;
									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:  #FFFFFF;							
								}
a.footer	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFF9BF; 
									text-decoration:none;
								}
														
a.footer:hover	/* A */
								{	
									color: #FCEAD5; 
									text-decoration: underline;										
								}
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
								}
/* 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: #FCEAD5; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FFF280; 
									text-decoration:underline;
																		
								}
																
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
									
									font-size: 1.0em;
									font-style: normal;		
									font-weight: normal;			
									color: #931e00; 
								}
a.breadcrumbs	/* A */
								{	
									
									font-size: 1.0em;
									font-style: normal;		
									font-weight: normal;			
									color: #FBD09D; 
									text-decoration:none;		
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #FFF280; 
									text-decoration: none;
																		
								}					
																

