.titulo {
	font-family      : "Trebuchet MS", Verdana, Arial;
	font-size        : 16px;
	font-weight      : bold;
	color: #13007C;
}

.tit_produto {
	font-family      : "Trebuchet MS", Verdana, Arial;
	font-size        : 14px;
	font-weight      : bold;
	color: #13007C;
}

.conteudo {
	font-family      : Trebuchet MS, Verdana, Arial;
	font-size        : 12px;
}

.link {
  font-family      : Trebuchet MS, Verdana, Arial;
  font-size        : 11px;
}

a:link {
  color            : black;
}

a:visited {
  color            : black;
}

a:hover {
  color            : black;
}

a:active {
  color            : black;
}

.msg_erro {
  font-family : Trebuchet MS, Verdana, Arial;
  font-size   : 11px;
  color       : red;
  font-weight : bold;
  display     : none;
}
