@charset "utf-8";
#box_menu {
	width: 200px;
	margin-left: 12px;
	height: 350px;
	color: #666;
	font-family: "Copperplate Gothic Light";
	font-size: 15px;
	margin-top: 15px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#box_menu a {
	color: #666;
	text-decoration: none;
}
#box_menu a:hover {
	color: #000;
	text-decoration: underline;
}
.box_fixed {
	color: #000;
	text-decoration: underline;
	font-family: "Copperplate Gothic Light";
	font-weight: bold;
}
#box_menu_dois {
	width: 420px;
	margin-left: 5px;
	height: 350px;
	color: #666;
	font-family: "Copperplate Gothic Light";
	font-size: 10px;
	margin-top: 15px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
