/* CSS Document */
<!--
*{/*zerando todas as margens e espaços*/
margin: 0;
padding:0;}
ul{list-style:none;}/*elimina o símbolo das listas*/
/*-------TAGS-------*/
a { text-decoration: none;}
a:hover { text-decoration: underline; }
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		margin-top:20px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: #a1cc8f url(../images/bk02.jpg) no-repeat;
		text-align: center; /* hack para o IE */
	}

.style1 {
	color: #029db8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link11 {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; TEXT-TRANSFORM: none; COLOR: #ff9906; TEXT-DECORATION: none
}
.link11:hover {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; TEXT-TRANSFORM: none; COLOR: #ff9906; TEXT-DECORATION: underline
}

/********** IDS ***********/
#Geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}