.button {
    border: 1px solid #EC819B;
    background: #EC819B;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	font-weight: bolder;
	}

.tabela_topo{
	border-top: 1px solid #EC819B;
	border-right: 1px solid #EC819B;
	border-left: 1px solid #EC819B;
}

.tabela_conteudo{
	border-top: 1px solid #EC819B;
	border-right: 1px solid #EC819B;
	border-left: 1px solid #EC819B;
}

.tabela_baixo{
	border-bottom: 1px solid #EC819B;
	border-right: 1px solid #EC819B;
	border-left: 1px solid #EC819B;
}

.tabela_antes_baixo{
	border-right: 1px solid #EC819B;
	border-left: 1px solid #EC819B;
}

.rosaforte{
	font-family: "Arial";
	font-size: 11px;
	color: #AD7C82;
	}

.rosaforte_maior{
	font-family: "Arial";
	font-size: 13px;
	color: #AD7C82;
	}

.rosaforte_grande{
	font-family: "Arial";
	font-size: 14px;
	color: #AD7C82;
	font-weight: bolder;
	}
	
.rosabotao{
	font-family: "Arial";
	font-size: 11px;
	color: #E35864;
}

.destaques{
	font-family: "Arial";
	font-size: 16px;
	color: #F24F7E;
	font-weight: bolder;
}

.alerta{
	font-family: "Arial";
	font-size: 13px;
	color: #AD7C82;
	}
/* ---------------------------------*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
}
#menu {
width: 120px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid #FBDCE2;
background: #FBDCE2;
}
#menu dd {
border: 1px solid #EC819B;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a  {
color: #F24F7E;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #FBDCE2;
}
#menu_titulo{
	color: #F24F7E;
}

.link{
	color: #AD7C82;
	text-decoration: underline;
	
}
.link_europa{
	color: #AD7C82;
	text-decoration: underline;
	font-family: "Arial";
	font-size: 9px;
}