body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #000;
	line-height: 20px;
}
#div-tudo {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#conteudo {
	margin-top: 0px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 14px;
	background-image: url(imagens/fundo_menu.jpg);
	text-align: center;
}
.div-esquerda01 {
	float: left;
	width: 600px;
}
.div-direita01 {
	float: right;
	width: 377px;
}
.div-clear {
	clear: both;
}

.margem {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: justify;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FC3;
	text-decoration: none;
}

#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(imagens/fundo_rodape.jpg);
	height: 41px;
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-color: #000;
}
#rodape a:link {
	color: #FFF;
	text-decoration: none;
}
#rodape a:visited {
	color: #FFF;
	text-decoration: none;
}
#rodape a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.vermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.vermelho a:visited {
	color: #900;
	text-decoration: none;
}
.vermelho a:hover {
	color: #900;
	text-decoration: underline;
}

