/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #545454;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #545454;
	text-decoration: none;
}
.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #002029;
	text-decoration: none;
}
.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #002029;
	text-decoration: none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #002029;
	text-decoration: underline;
}
.text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #002029;
	text-decoration: none;
}

.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #7D8741;
	text-align: left;
}

.greenSmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7D8741;
}
.greenSmText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002029;
	text-decoration: none;
}
.greenSmText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002029;
	text-decoration: none;
}
.greenSmText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002029;
	text-decoration: none;
}
.greenSmText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002029;
	text-decoration: underline;
}
.greenSmText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002029;
	text-decoration: none;
}
