.arial8n { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal}
.arial8b { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal}
.arial9n {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal}
.arial9b {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal}
.arial10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold}

A:link {color: #991F36; text-decoration: none;}
A:visited {color: #7A182C; text-decoration: none;}
A:hover {color: #00829B; text-decoration: underline;}

.menu_interno {
	float: left; /*importante para funcionar corretamente no firefox e no netscape*/
	width: 180px;
	height: 15px;
	border: 0px solid #000;
	text-align: left;
	text-indent: 15px; /*espaço entre a borda do objeto e o início do texto*/
	color:#7F7F7F;
	background-color: #ffffff;
	background-image: url(images/fundo_menu.jpg);/**/
	background-repeat: no-repeat;
	background-position: 0 top;
}
a.menu_interno:link, a.menu_interno:visited, a.menu_interno:active {
	color: #7F7F7F;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(images/fundo_menu.jpg);/**/
	background-repeat: no-repeat;
	background-position: 0 top;
}
a.menu_interno:hover {
	color: #939393;
	text-decoration: underline;
	background-color: #ffffff;
	background-image: url(images/fundo_menu.jpg);/**/
	background-repeat: no-repeat;
	background-position: -180 top; /*usa o número negativo igual à metade da largura da imagem para mostrar o pedaço do rollover*/
}

