h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1D4E32;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #566A65;
	padding: 10px 0px 10px 30px;
	margin: 0px;
}
h3 {
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 0px 40px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	color: #779094;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	border-bottom: 1px dashed #779094;
	/*width: 70%;*/
}
.alert {
	color: #D7153C;
	font-size: 14px;
	font-weight: bold;
}
.good {
	color: #3A9B64;
	font-size: 14px;
	font-weight: bold;
}
