/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: normal;
padding: 10px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #cc6600;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	color: #cc6600;
	background-color: #ffcc66;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	color: #cc6600;
	background-color: #ffffb7;
	display: block;
	padding: 8px;
	width: 140px;
}
