/* CSS Document */
.assinatura {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CA2A2D;
	text-decoration: none;
}

.assinatura:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CA2A2D;
	text-decoration: overline underline;
}
BODY {
SCROLLBAR-FACE-COLOR: #CA2A2D; 
SCROLLBAR-HIGHLIGHT-COLOR: #CA2A2D; 
SCROLLBAR-SHADOW-COLOR: #CA2A2D; 
SCROLLBAR-3DLIGHT-COLOR: #F8EAE3; 
SCROLLBAR-ARROW-COLOR:  #F8EAE3; 
SCROLLBAR-TRACK-COLOR: #DB5154; 
SCROLLBAR-DARKSHADOW-COLOR: #F8EAE3; 
}
.button {
		font-weight: bold;
		color: #F8EAE3;
		text-decoration: none;
}
.button:hover {
        font-weight: bold;
		color: #CA2A2D;
		background:#F8EAE3;
}
.endereco {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CA2A2D;
	text-decoration: none;
	line-height: 12px;
}
.mail {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CA2A2D;
	text-decoration: none;
}
.mail:hover {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #821B1B;
	text-decoration: underline;
}
.titulos {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #F8EAE3;
	text-decoration: none;
}
.subtitulos {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F8EAE3;
	text-decoration: none;
}
.texto {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F8EAE3;
	text-decoration: none;
}
.texto1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #F8EAE3;
	text-decoration: none;
}
.campos {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CA2A2D;
	background-color: #F8EAE3;
	border: 1px solid #821B1D;
}
.botao {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #E3AD93;
	border: 1px solid #821B1D;
}
