.footer {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	color: #002D12;
}
.red {
	color: #FF0000;
}
h4 {
	color: #FF5E00;
	margin-bottom: 0px;
}
.text_b {
	font-weight: bold;
}
.link {
	color: #5C3D03;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.link a:link,
.link a:visited {
	text-decoration: none;
	color: #5C3D03;
}
.link a:hover {
	color: #FF5E00;
	text-decoration: underline;
}
.large {
	font-size: 18px;
}
.text_small {
	font-size: 10px;
	line-height: 120%;
	color: #002D12;
}
a:link,a:visited {
	text-decoration: none;
	color: #002D12;
}
a:hover {
	text-decoration: underline;
}
.green {
	font-weight: normal;
	color: #008837;
}
