/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.boldgross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
}
.navigation {
	font-family: Echelon;
	font-size: 36px;
	color: #000000;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.navigation:hover {
	font-family: Echelon;
	font-size: 36px;
	color: #000000;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding: 8px;
	background-color: #999999;
}

