
	h1 {
		font-size: 120%;
		font-weight: bold;
		color: #409540;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	
	h2 {
		font-size: 95%;
		font-weight: bold;
		color:  #409540;

		margin-top: 12px;
		margin-bottom: 5px;
	}
	
	h3 {
		font-size: 90%;
		font-weight: bold;
		color:  #409540;
		margin-top: 12px;
		margin-bottom: 5px
	}
	
	h4 {
		font-size: 0.8em;
		font-weight: bold;
		color:  #409540;
		margin-top: 12px;
		margin-bottom: 5px
	}
	
	h5 {
		font-size: 0.75em;
		font-weight: bold;
		color:  #409540;
		margin: 0px;
	}
	
	p,li {
		line-height: 17px;
		font-size: 0.75em;
	}
	
