/******************
Definies do gerais
******************/



img {
border: 0px;
}


.boxtitulo
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.texto_rosa
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DD137B;
	text-decoration:none;
}

.texto
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.texto_maior
{ 
	font-family: Tahoma;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
}
a.comprar:link, a.comprar:visited
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.comprar:hover, a.comprar:active
{ 
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#rodape
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
}
a.rodape:link, a.rodape:active
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
       text-decoration: none;
}
a.rodape:hover, a.rodape:visited
{
       font-family: Tahoma;
       font-size: 8px;
       color:#c9cbd0;
       text-decoration: none;
}
/******************
Definies do MENU
******************/

a:link
{ 
	font-family: tahoma;
	font-size: 10px;
	color: #DD137B;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{ 
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #DD137B;
	text-decoration:none;
}

a:hover, a:active
{ 
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}
