body {
	background-color:#0b514a;
	background-position:center bottom;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
	margin:0;
	padding:0;
	overflow-x:hidden; /* Bug 800x600 */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	}
table, td {
	font-family:Arial;
	font-size:10px;
}
img {
	border:none;
	}
input, textarea, select {
	font-family:Arial;
	font-size:10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
#tudo {
	position:absolute;

	width:782px;
	height:622px; /* Para nao quebrar em 800x600 < 593 */
			/* border:solid 1px; */
	left:50%;
	top:50%;
	margin-left:-391px;
	margin-top:-311px;
	}
#flash_sup {
	height:135px;
	text-align:center;
			/* border:solid 1px; */

	}
#flash_menu {
	height:33px;
	z-index:5;
	position:static; /* Para que a imagem do evento apareça! */
	margin-left:3px;
	text-align:center;
	text-transform:uppercase;
			/* border:solid 1px;  */

	}
	div#flash_meio a:link {
	color: #CCFF99;
	text-decoration: underline;
	}
	div#flash_meio a:visited { /* Links do Conteudo dentro */
	color: #CCFF00;
	text-decoration: underline;
	}
	div#flash_meio a:hover {
	color: #CCFF00;
	text-decoration: none;
	}
	div#flash_meio a:active {
	color: #FFFF00;
	text-decoration: underline;
	}
	
	
#flash_meio {
	position:relative;
	width:100%;
	height:auto;
	background-image:url(images/index_r5_c1.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0;
	margin:0;
	z-index:1;
	}
#conteudo {
	position:relative;
	margin:0 auto;
	background-position:bottom;
	background-repeat:no-repeat;
	width:728px; /* Para ficar bacana com o centro */
	_height:379px;
	min-height:379px;
	
		/*border:solid 1px;*/	
	}

	#flash_capa {
		position:relative;
		bottom:0;
		width:550px;
		height:100%;
		text-align:center;
				 /*border:solid 1px; */
		z-index:0;
		}
	#texto_noticias_mascara {
		position:absolute;
		right:0%;
		top:0%;
		width:230px;
		height:379px;
		z-index:1;
				 /*border:solid 1px; */
		/*background-image:url(images/index_r3_c2.jpg);*/
		background-repeat:no-repeat;
		background-position:top;
		}
	#texto_noticias2 {
		position:absolute;
		right:0px;
		top:0px;
		margin-left:10px;
		margin-top:10px;
		margin-right:5px;
		width:215px;
		height:97%;
		z-index:10;
				 /*border:solid 1px; */
		}
#flash_rodape {
	height:74px;
	text-align:center;
			/* border:solid 1px; */
}

/* FIM LAYOUT */
/* INICIO SEC */
.titulo {
	text-transform:uppercase;
	color:#FFFF00;
	font-weight:bold;
	}
.erro {
	color:#FF9900;
	}
.ok {
	color:#33CCFF;
}