@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	line-height: 11px;
	padding: 0px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.navigation:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
