body {
	SCROLLBAR-FACE-COLOR: #ABB3A6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F6F6F0;
	SCROLLBAR-SHADOW-COLOR: #DDDDD3;
	SCROLLBAR-3DLIGHT-COLOR: #DDDDD3;
	SCROLLBAR-ARROW-COLOR: #DDDDD3;
	SCROLLBAR-TRACK-COLOR: #E2E6DF;
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: DDDDD3;
	overflow-x: hidden;
	background-attachment: fixed;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat;
	color: #006600;
	font-size: 12px;




}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-indent: 15pt;
	text-align: justify;
	font-size: 12px;


}

hr {
	color: #ABB3A6;
	width: 70%;
	background-position: center;

	
}
input {
	background:#ECECE5;
	}
select {
	background:#ECECE5;
	}
textarea {
	background:#ECECE5;
	}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	color: #0033FF;
	text-decoration: underline overline;
}
a:active {
	color: #33CC00;
	text-decoration: underline overline;
}
.chamada {
	text-transform: uppercase;
}

