@charset "utf-8";
/* CSS Document */
.green {
	color: #00545A; 
}
.bronze {
	color: #5E6837; 
}
h2 { 
	color: #00545A;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
h3 { 
	color: #5E6837;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
h4 { 
	color: #00545A;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
h5 { 
	color: #00545A;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
h6 { 
	color: #00545A;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
}
.disclaimer, .footnotes {
	font-size: .8em;
	font-style: italic;
}
.pageBreak { 
	page-break-after: always;
}