/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ded300;
	/*background: #ded300 url(bg08.jpg) repeat fixed;*/
	
}

.fundo_swf {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:860px;
	z-index:3;
}

.fundo_swf2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
}

.fundo_swf1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:900px;
	z-index:1;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}
p.courier {
	font-family: "Courier New", Courier, monospace;
}
p.negrito {
	font-weight: bold;
}
p.verde {
	color:#000000;
}
p.branco {
	color:#000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
