/* CSS Document */
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 2.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #D0B46F; 
								}
							
/* 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: #4A0C8C;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #4A0C8C;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #BF8BF6;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #735918; 
									
									

									background-color: #BF8BF6;							
								}
/* 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:#4A0C8C;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #280151;							
								}
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #E9D7FC;
								}
table.tmplbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #E9D7FC;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #280151;
								}
th.tmplbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #4D3D05; 
									
									

									background-color: #BF8BF6;
																											
								}
a.tmplbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #735918; 
									text-decoration:underline;
								}
														
a.tmplbox:hover	/* A */
								{	
									color: #CCCC00; 										
									text-decoration:underline;
								}
					
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #4D3D05; 
								}
a.breadcrumbs	/* A */
								{	
									
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #999900; 
									text-decoration:underline;		
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #4D3D05; 
									text-decoration: underline;
																		
								}
								
/* 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:  #280151;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #F5DFA8; 
									text-decoration:underline;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #FFFFCC; 
									text-decoration: underline;												
								}
								
								
/* 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:  #280151;							
								}
a.footer	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #F5DFA8; 
									text-decoration:underline;
								}
														
a.footer:hover	/* A */
								{	
									color: #FFFFCC; 
									text-decoration: underline;										
								}
					

