@charset "ISO-8859-1";
/* CSS Document */

body 
{
	margin:0;
	padding:0;
	height: 100%;
	background-color: #fff;
}

html 
{
    height: 100%;
    overflow: hidden
}

#flashcontent 
{
    width: 100%;
    height: 100%;
}

.corpo 
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
