/* ------------------------------------------------------------------ */
/* reset */

*{ margin: 0; padding:0 }


/* ------------------------------------------------------------------ */
/* estrutura */

html, body, flash_content
{ height:100%; }
		
body
{ width: 100%; overflow:hidden; font-family: Arial, sans-serif;	}
	

/* ------------------------------------------------------------------ */
/* heading */


h2 a{ text-decoration:none; }
h2 a:hover{ text-decoration:underline; }

/* ------------------------------------------------------------------ */
/* links */

a{
	font-weight: bold;
	color: #FF9900;
}

a:hover{
	text-decoration:none;
}

p+p
{ margin: 1.3em 0;}

#no_flash
{ width: 380px; margin: 0 auto;}