/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	background-color: #C4F18A;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #C4F18A;
	background-color: #C4F18A;
	display: none;
}


.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #A3CB6F;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #585897;
	display: block;
	padding: 8px;
	width: 140px;
}
.spec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	display: table-cell;
}
