/* CSS Document */
#corpo {
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../imagens/fundo3.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}
#geral {
	background-attachment: scroll;
	background-image: url(../imagens/fundo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

