body {
	background-color: #e6e6e4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.titulo_destaque_cat {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}

.texto_cat {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}

.texto_padrao {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
}

.texto_msg {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
}
.texto_cliente {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
}

.espaco_img_parceiros {
	padding: 5px;
	border: 1px solid #d9d9d9;
}

.espaco_img {
	margin-right: 8px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.texto_padrao_branco {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texto_cat_branco {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.titulo_destaque_cat_branco {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.link:link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.link:active {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a.link:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a.link:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
}
.borda_grossa{
	margin: 2px;
	padding: 2px;
	border: 5px solid #eeeeee;
}