.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}
.text_italic_brown {
	font-style: italic;
	color: #4F4011;
}
.text_boldbrown {
	font-weight: bolder;
	color: #4f4011;
}
.bold {
	font-weight: bolder;
	color: #000000;
}
.italic {
	font-style: italic;
}
.bold_green {
	font-weight: bolder;
	color: #285434;
}
.boldbrown_24px {
	font-size: 24px;
	font-weight: bolder;
	color: #4F4011;
}
