@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	background: #000;
	height:100%;
	width: 100%;
}
#conteudo {
	align:center;
	text-align:center;
}
#flash{
display: block;
}
#flashcontent {
	height: 80%;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	/*line-height: 200px;*/
}
.txt_vermelho {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
	text-align:justify;	/*line-height: 200px;*/
}
.txt_vermelho14 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
	text-align:justify;	/*line-height: 200px;*/
}
.txt_cinza14 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A72C2F;
	text-align:justify;	/*line-height: 200px;*/
}
.txt_preto{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align:justify;	/*line-height: 200px;*/
}
.txt_branco {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-align:justify;	/*line-height: 200px;*/
}


