@charset "UTF-8";
body {
background-color: #e5e5e5;
margin-left: 0px;
margin-top: 0px;
}
.menu {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	color: #777777;
	font-weight: normal;
}
.menu a:link {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.menu a:visited {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.menu a:active {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
.menu-selected {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.menu-selected a:link, a:active, a:visited {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.menu-selected a:hover {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}