/* CSS Document */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ##CC9900;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	margin-top: 20px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #CC9933;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CC9933;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 90px;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-stretch: normal;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 90px;
	outline-color: #000000;
	font-variant: normal;
}

