
	h1 {
		font-size: 150%;
		font-weight: bold;
		color: #2d326f;
		margin-top: 10px;
		margin-bottom: 6px;
	}
	
	h2 {
		font-size: 120%;
		font-weight: bold;
		color: #2d326f;
		margin-top: 10px;
		margin-bottom: 3px;
	}
	
	h3 {
		font-size: 110%;
		font-weight: bold;
		color: #2d326f;
		margin-top: 6px;
		margin-bottom: 3px;
	}
	
	h4 {
		font-size: 105%;
		font-weight: bold;
		color: #777777;
		margin-top: 0px;
	}
	
	p {
		line-height: 16px;
		margin-bottom: 10px;
	}