BODY {
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
	background-position: 50% 0;
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
}

DIV.login {
	color: white;
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 12px;
	left: 840px;
	z-index: 50
}

DIV#dialog_login {
}

DIV.faixa {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 240px;
	left: 0;
	background-image: url('/html/images/fundo_faixa.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
	z-index: 15;
}

DIV.pagina {
	position: absolute;
	background-image: url('/html/images/fundo_azul.png');
	background-repeat: repeat-y;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	padding: 0;
}

DIV.foto_home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

DIV.topo {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 126px;
	background-image: url('/html/images/fundo_topo.png');
	background-repeat: no-repeat;
	z-index: 20;
}

DIV.menu {
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 20;
}

DIV.sub-menu-sistema {
	position: absolute;
	top: 16px;
	left: 5px;
	z-index: 15;
	display: none;
}

DIV.sub-menu-relevancia {
	position: absolute;
	top: 16px;
	left: 97px;
	z-index: 15;
	display: none;
}

DIV.sub-menu-mercados {
	position: absolute;
	top: 16px;
	left: 189px;
	z-index: 15;
	display: none;
}

DIV.rodape {
	position: absolute;
	top: 512px;
	left: 0;
	width: 900px;
	height: 153px;
	background-image: url('/html/images/fundo_rodape.png');
	background-repeat: no-repeat;
	z-index: 20;
}

DIV.monitor {
	position: absolute;
	top: 230px;
	left: 590px;
	width: 240px;
	height: 191px;
	z-index: 30;
	background-image: url('/html/images/fundo_monitor.png');
	background-repeat: no-repeat;
}

DIV.botoes {
	position: absolute;
	top: 460px;
	left: 20px;
	z-index: 30;
	width: 860px;
}

A.preto:link {
	color: black;
	text-decoration: none
}
A.preto:hover {
	color: black;
	text-decoration: underline
}
A.preto:visited {
	color: black;
	text-decoration: none
}

A.branco:link {
	color: white;
	text-decoration: none
}
A.branco:hover {
	color: white;
	text-decoration: underline
}
A.branco:visited {
	color: white;
	text-decoration: none
}
