@charset "utf-8";
/* CSS Document */

.navigation:link, .navigation:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	display: block;
	padding: 6px 8px 6px 10px;
	width: auto;
	text-decoration: none;
	background-color: #FFFFFF;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding: 6px 8px 6px 10px;
	width: auto;
	text-decoration: none;
	background-color: #FFFFFF;
}
.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
