BODY {
	background-image: url('/html/images/fundo_topo.png');
	background-position: 50% 0;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #545454;
}

DIV.pagina {
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -435px;
	width: 870px;
	z-index: 10;
}

DIV.topo {
	background-image: url('/html/images/fundo_conteudo.png');
	background-position: 50% 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 870px;
	z-index: 20;
}

DIV.login {
	position: relative;
	width: 95%;
	border-width: 0px 0px 0px 0px;
	border-color: #b5b5b3;
	border-style: solid;
	padding: 1em;
	background-color: #f0f0f0;
}

DIV.flash {
	background-image: url('/html/images/fundo_conteudo.png');
	background-position: 50% 0;
	position: absolute;
	top: 122px;
	left: 0;
	width: 870px;
	z-index: 10;
}

DIV.menu {
	position: absolute;
	top: 122px;
	left: 0;
	width: 870px;
	z-index: 18;
}

DIV.conteudo {
	background-image: url('/html/images/fundo_conteudo.png');
	background-position: 50% 0;
	position: absolute;
	top: 318px;
	left: 0;
	width: 870px;
	z-index: 10;
}

DIV.texto {
	margin: 2em;
}

DIV.rodape {
	background-image: url('/html/images/fundo_rodape.png');
	background-position: 50% 0;
	repeat: no-repeat;
	height: 40px;
	padding-left: 7px;
}

B.verde {
	font-weight: bold;
	color: #256229;
}

A:link {
	color: blue;
	text-decoration: none;
}
A:visited {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: blue;
	text-decoration: underline;
}
