body {
	background-attachment: fixed;
	background-image:  url(../imagens/backgound.gif);
	background-repeat: repeat;
}
.titulo {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.paragrafo {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	text-indent: 0px;
	text-decoration: none;
}
.itensformulario {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.camposformulario {
	border: 1pt solid #7F9DB9;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #CD3300;
}
.botaoformulario {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.textotabelaclientes {
	font-family: "Comic Sans MS";
	font-size: 10px;
}
.linkvoltar {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #FF3300;
	text-decoration: none;
}
.linkvoltar:hover {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.subtitulo {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.linkentrar {
	font-family: Kids;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
.linkentrar:hover {
	font-family: Kids;
	font-size: 24px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
.linkinsite {
	font-family: "Arial Black";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.linkinsite:hover {
	font-family: "Arial Black";
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}

