@charset "utf-8";
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	padding: 15px;
	text-align: justify;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	text-indent: 25px;
	word-spacing: 2em;
	padding-right: 40px;
	padding-bottom: 10px;
	font-weight: normal;
	vertical-align: bottom;
}
.navigation a {
	text-decoration: none;
	color: #687819;
}
.navigation a:hover {
	font-weight: normal;
	color: #000000;
}
.navigation a:visited {
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}
.footer a {
	text-decoration: none;
	color: #003300;
}
.footer a:hover {
	font-weight: bold;
}
