BODY {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: black;
	background-color: #FFF;
}

BODY.home {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: black;
	background-color: #FFF;
}

DIV.pagina {
	top: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 920px;
	padding: 0;
	min-height: 100%;
	background-image: url(/html/images/fundo.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: scroll;
}

DIV.pagina_interna {
	top: 0;
	margin: 0 auto 0 auto;
	width: 920px;
	height: 2000px;
	padding: 0 0 0 0;
	height: auto;
	min-height: 100%;
	background-image: url(/html/images/fundo2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: scroll;
}

DIV.conteudo {
	position: inherit;
	margin-top: 20px;
	margin-left: 100px;
	padding-right: 1em;
}

DIV.rodape {
	width: 100%;
	margin: 0;
	padding: 0;
}

DIV.barra_home {
	position: static;
	top: 310px;
	left: 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

DIV.destaques_home {
	position: absolute;
	left: 150px;
	top: 360px;
	width: 400px;
}

DIV.menu_home {
	position: absolute;
	left: 630px;
	bottom: 30px;
	top: auto;
	right: auto;
	width: 330px;
	font-size: 9px;
	font-weight: bold;
}

TABLE.form {
	background-color: #f6f7e6;
	margin: 0px;
	padding: 10px;
	width: 350px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

SUP.red {
	color:red;
}

DIV.label {
	position: static;
	margin-top: 20px;
	margin-left: 100px;
}

DIV.foto {
	position: static;
	margin-top: -60px;
	padding-left: 2em;
	display: inline;
	float: right;
	font-size: 9px;
	font-weight: bold;
}

DIV.foto_home {
	position: static;
	width: 300px;
	margin-top: 20px;
	padding: 0 2em 0 2em;
	display: inline;
	float: right;
	font-size: 9px;
	font-weight: bold;
}

DIV.conteudo_home {
	position: static;
	display: block;
	float: left;
	clear: left;
	width: 440px;
	padding-left: 90px;
	margin-top: 20px;
	text-align: left;
	padding-right: 1em;
}


DIV.titulo {
	font-weight: bold;
	margin-top: 6px;
	margin-left: 1em;
	font-size: 11px;
}

DIV.destaque {
	margin: 1em 1em 1em 2em;
	display:none;
	font-size: 11px;
}

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

A.cinza:link {
	color: #444444;
	text-decoration: none;
}
A.cinza:visited {
	color: #444444;
	text-decoration: none;
}
A.cinza:hover {
	color: #444444;
	text-decoration: underline;
}

INPUT {
	font-size: 10px;
}

TEXTAREA {
	font-size: 10px;
}
