/*
Asther ProdutoraWeb
2009, Copyright.
Folha de Estilo


CSS Menu
-> Estilos desenvolvidos para atender a Função Menu
-> Arquivo inc/funcMenu.php
*/
#BoxRodape a.Links1:link, #BoxRodape a.Links1:visited {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#BoxRodape a.Links1:hover, #BoxRodape a.Links1:active {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
#BoxRodape a.Links2:link, #BoxRodape a.Links2:visited {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#BoxRodape a.Links2:hover, #BoxRodape a.Links2:active {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
#Asther a:link, #Asther a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#Asther a:hover, #Asther a:active {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

