.menu_topo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.menu_topo a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu_topo a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu_topo a:hover, .menu_topo:hover a{
	color: #FC0;
	text-decoration: none;
	background-color: #333;
	display: block;
}
.menu_topo a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menu_topo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu_topo2 a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu_topo2 a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu_topo2 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.menu_topo2 a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.titulo_tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #900;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.sub_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #333;
	line-height: 30px;
	text-align: left;
	background-color: #FFF;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-left: 5px;
}
.botao  {
	top:20px;
	left:50px;
	margin:0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 18px;
        }

.botao a:hover { 
background: #666 
center center;
color:#999;
               }

