@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif; font-size: 11px;
color: #333333;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	text-shadow: 1;
	border-bottom: 1;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-color: #000000;
}


.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	text-shadow: 1;
	border-bottom: 1;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-color: #000000;
}