/*propriedades do layout*/
#tudo {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: crosshair;
	padding-bottom: 15px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 13px;
}
* {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #86A335;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #86A335;
	scrollbar-shadow-color: #86A335;
	scrollbar-arrow-color: #86A335;
	scrollbar-track-color: #000000;
	}
#topo {
	background-color: #86A335;
	height: 236px;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(imagens/topo.jpg);
}
#menu {
	background-color: #8FB039;
	clear: none;
	float: inherit;
	height: 50px;
	width: 100%;
	margin-bottom: 5px;
	}
}
#conteudo {
	height: auto;
	margin-bottom: 5px;
	background-color: #000000;
	}
}
#rodape {
	background-color: #86A335;
	height: 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
}
/*formatao de menu*/
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #86A335;
	text-decoration: none;
	margin: 10px 5px 0px;
	display: block;
}
#menu li a:hover {
	color: #86A335;
	background-color: #FFFFFF;
	font-weight: bold;
}
#conteudo h1 {
	font-size: 24px;
}
#conteudo h2 {
	font-size: 16px;
}
#conteudo h3 {
	
}

#conteudo h4 a {

}
body,td,th {
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url(imagens/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.titulo {
	font-size: 14px
}

.subtitulo {font-size: 14px}
.conteudo {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial;
}
.style6 {
	color: #666666;
	font-size: 28px;
	font-style: italic;
}
