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

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #090;
	text-align: center;
	text-decoration: none;
}
