@charset "UTF-8";
/* CSS Document */

a:link {
	color: #383C20;
}
a:visited {
	color: #383C20;
}
a:hover {
	color: #383C20;
}
a:active {
	color: #383C20;
}
.text_title {
	font-family: "Minion Pro Display", "Times New Roman", serif;
	font-size: 200%;
	color: #72753B;
	line-height: 150%;
}
.text_subheading {
	font-size: large;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ADAB7F;
	color: #72753B;
}
.text_subheading2 {
	font-size: large;
	font-weight: bold;
	color: #72753B;
}
.table_greenrow {
	color: #000000;
	background-color: #ADAB7F;
}.italic {
}
.primary {
	font-size: 120%;
}
.dashed_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #72753B;
}
