/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ddcaec;
	background: #ddcaec url(../bg1.jpg) repeat-x fixed;
	
}
.fundo_swf {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:950px;
	z-index:3;
}

.fundo_swf2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
}

p {
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #052638;
} 
a:link {
	color: #052638;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #052638;
}
a:hover {
	text-decoration: underline;
	color: #052638;
}
a:active {
	text-decoration: none;
	color: #052638;
}
