/* CSS Document */

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 10px;
	left: auto;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: 06411a;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	background-color: #d9b06e;
	display: block;
	padding: 6px;
	width: auto;
	left: auto;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	background-color: #d9b06e;
	display: block;
	padding: 6px;
	width: auto;
}
.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: underline;
}

