/* CSS Document */

.menu_rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:15px auto;
	font-size:x-small;
	text-align:center;
}

.menu_rodape, .menu_rodape a:link, .menu_rodape a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #777;
	text-decoration: none;
	line-height:15px;
}
.menu_rodape a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #777;
	text-decoration: underline;
	line-height:15px;
}
