
/* GENERAL */
	.header { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 30px;
			  line-height: 20px;
			  color: #FFFFFF; 
			  text-decoration: none;  
			  }
			  
	 			   


		.text { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 17px;
			  line-height: 18px;
			  color: #FFFFFF; 
			  text-decoration: none;  
			  }
			
		a.text { 
		color: #FFFFFF;
		text-decoration: underline;
		}	

		a.text:hover { 
		color: #32CD32;
		text-decoration: underline;
		}	
			


/* LINKS */
	
	
	.links_main { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 19px;
			  line-height: 15px;
			  color: #999999;
			  text-decoration: none; 
	  }
		  		  
	a.links_main:hover { 
		color: #FFFFFF;
	}
 		

	.links_main_active { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 19px;
			  line-height: 15px;
			  color: #FFFFFF;
			  text-decoration: none; 
	  }		
		
		
		
	.contact2 { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 20px;
			  color:#000000;
			  font-weight: bold; 
			  text-decoration: none; 
	  }
		  		  
	a.contact2:hover { 
		color: #FFFFFF;
	}		
		
	
	
	.donate2 { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 20px;
			  color:#FFFFFF;
			  font-weight: bold; 
			  text-decoration: none; 
	  }
	
	
	a.donate2 { 
		color: #FFFFFF;
		text-decoration: underline;
		}	

		a.donate2:hover { 
		color: #32CD32;
		text-decoration: underline;
		}	
	
	
	.copyright { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 11px;
			  color:#999999;
			  text-decoration: none; 
	  }
	
		
				   
/* IMAGES */	
	.index { background: #000000 url(images/index2.jpg) no-repeat top left; }
	.contact { background: #000000 url(images/contact.jpg) no-repeat top left; }
	.donate { background: #000000 url(images/donate2.jpg) no-repeat top left; }



	#flashcontent { 
			  font-family: Garamond, Arial, Verdana, Helvetica, sans-serif;
			  font-size: 15px;
			  color:#FFFFFF;
			  font-weight: bold; 
			  text-decoration: none; 
	  }