* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	vertical-align: middle;
}
html,body {
	height: 100%;
	width: 100%;
}
html {
	background-color: #a7a9ac;
}
#flash{
	position:absolute;
	width:1000px;
	height:620px;
	margin-left: -500px;
	margin-top: -310px;
	top:50%;
	left:50%;
}
#noticia {
	background:#FFFFFF;
	width:940px;
	height:403px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
#noticia #chamada{
	width:400px;
	height:403px;
	float:left;
	background-image: url(imagens/fundo_noticia.jpg);
	background-repeat: no-repeat;
	position:fixed;
	display:block;
	overflow:hidden;
}
#noticia #chamada .unidade{
	width:400px;
	height:65px;
	overflow:hidden;
	margin-bottom:6px;
	padding-left:5px;
	padding-top:5px;
}
*html #noticia #chamada .unidade{
	height:70px;
}
#noticia #chamada .unidade a{
	color: #666666;
	text-decoration:none;
}
#noticia #chamada .unidade h1{
	font-size: 15px;
	font-weight: normal;
}
#noticia #texto{
	width:500px;
	height:403px;
	float:right;
	overflow:auto;
}
#noticia #texto h1{
	font-size: 24px;
	margin-bottom:10px;
	font-weight: normal;
}
#noticia #texto p{
	margin-bottom:3px;
}
#noticia #texto textarea{
	width:100%;
	height:345px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-right:5px;
}
iframe {
	width:100%;
	height:100%;
}
#sistema{
	position: absolute;
	width: 940px;
	height: 403px;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-470px;
}
*html #sistema{
margin-top:-239px;
}
#noticia #navegacao {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	bottom:0px;
	display:block;
	width:100%;
}
#noticia #navegacao a{
	color:#EF5E16;
	text-decoration:none;
	vertical-align:baseline;
}
#popunder{
	position:absolute;
	width:100%;
	height:100%;
	background:#FF0000;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
	top:0px;
	left:0px;
}