@charset "utf-8";
/* CSS Document */

body {
background-image:url(../img/fundo.gif);
background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.corpo-preto{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:17px;
	font-weight: bold;
		color: #1E2122;
}
.corpo-branco{
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height:17px;
	font-weight: bold;
		color: #FFFFFF;
}
.textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	border-color:#D7D7D7;
}
.corpo-vermelho{
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height:17px;
	font-weight: bold;
		color: #c41014;
}

