@charset "utf-8";
/* CSS Document */

.teste {
}
a:link {
	color: #B20B0B;
	text-decoration: none;
}
a:visited {
	color: #B20B0B;
	text-decoration: none;
}
a:hover {
	color: #B20B0B;
	text-decoration: underline;
}
a:active {
	color: #B20B0B;
	text-decoration: none;
}

.paragrafo {
	text-indent: 10px;
	margin-left: 35px;
	margin-right: 35px;
	font-size:10px;
	text-align:justify;
}
.paragrafo_solucoes {
	text-indent: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:10px;
	text-align:justify;
}

.sublink {
	text-indent: 10px;
	margin-left: 19px;
	font-size:10px;
}

.topico {
	font-size: 10px;
	text-indent: 35px;
	font-weight: bold;
	color: #B20B0B;
}
.backpost {
	margin-left: 20px;
}
.topico_solucoes {
	font-size: 10px;
	text-indent: 10px;
	font-weight: bold;
	color: #B20B0B;
}

.margem_de_texto {
	margin-left: 10px;
	text-indent: 15px;
}
.titulo_link_box {
	font-size: 12px;
	font-weight: bold;
	color: #aaa996;
	margin-left: 10px;
	margin-right: 20px;
	font-style:italic;
}
.box:link {
	color: #aaa996;
}
.box:hover {
	color: #aaa996;
	text-decoration: underline;
}
.box:visited {
	color: #aaa996;
}
.form_input {
	font-family: Verdana;
	font-size: 9pt;
	border: thin solid #C0C0C0;
}
.form_select {
	font-family: Verdana;
	font-size: 9pt;
	border: thin solid #C0C0C0;
}
.form_textarea {
	font-family: Verdana;
	font-size: 9pt;
	border: thin solid #C0C0C0;
}
li {
	list-style-image: url("img/seta.png");
	font-size:10px;
	margin-left:25px;
	margin-right:25px;
	text-align:justify;
}
.faleconosco_table {
margin-left: 35px;
}
.trabalheconosco_table {
margin-left: 35px;
}
.noticia_pginicial {
	margin-left: 45px;
	margin-right: 35px;
	font-size:10px;
	text-align:justify;
}
#flash {
	z-index:1000;
}
#popup{
	position: absolute;
	top: 2%;
	right: 2%;
	width: 450px;
	height: 330px;
	padding: 1px 20px 20px 20px;
	border-width: 2px;
	border-style: solid;
	background: #F3F2E3;
	display: none;
	z-index: 100;
}
#popup table tr td {
	vertical-align: top;
}.form_restrito_header {
	background-color: #E7E4C7;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.form_restrito_header_webmail {
	background-color: #F1F1EB;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.table_restrito {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

