@charset "utf-8";
<!--
body {
	background-image: url(imagens/fundo.jpg);
}
#conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
#conteudo tr td h1 strong {
	font-size: 16px;
	font-style: normal;
	color: #E53B3B;
}
#tudo {
	background-color: #EFE3D7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FDB8BB;
	border-right-color: #FDB8BB;
	border-bottom-color: #FDB8BB;
	border-left-color: #FDB8BB;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #EFE3D7;
	text-align: left;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #E53B3B;
}
a:active {
	text-decoration: none;
	color: #E53B3B;
}

.formtagrad{
text-align:center;
font-size:20px;
}
-->

