/* /////////////////////////////////////////////////////// */
/* ///////////   BG E BARRA DE ROLAGEM    //////////////// */
/* /////////////////////////////////////////////////////// */

body {
	scrollbar-base-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/* /////////////////////////////////////////////////////// */
/* ////////////////    TEXTOS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */

.fundo {
	background-attachment: fixed;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* Texto Padro*/

table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

/*texto qualquer */

.texto_rosa{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0066;
	font-weight: normal;
	text-align: justify;
}


.txt_vermelho {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D6101A;
	font-weight: normal;
	text-align: justify;
}

.txt_b{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* O CSS abaixo aplica bordas 0 nas tags de Form, evitando assim que o formulario estoure as tabelas*/
  
form {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.botao {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D6101A;
	border: 1px solid #666666;
}
.select_pqno{

	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;	
	color: #666666;
	text-decoration: none;
	border: 1px solid #666666;
}

.campo_branco {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;	
	color: #453F31;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}


/* /////////////////////////////////////////////////////// */
/* ////////////////    LINKS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */



/* LINK PADRAO - Aplicado diretamente na tag <a></a>*/ 

a {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF640C;
	text-decoration: none;
}

a:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

/* LINK QUALQUER  */


.link_branco{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_branco:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_branco:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	
}.linha_ver {
	background-image: url(../gpgas/images/lista.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.data {
	color: #999999;
}
.titulo {
	font-size: 13px;
	font-weight: bold;
	color: #D38619;
	text-decoration: none;
}
.titulo2 {
	font-size: 11px;
	font-weight: bold;
	color: #D38619;
	text-decoration: none;
}
.titulo_outras {
	font-weight: bold;
	color: #7E86AD;
	text-decoration: none;
}
.link_destaque {
	color: #927A50;
	font-weight: bold;
	text-decoration: underline;
}
.link_destaque:hover {
	text-decoration: underline;
}
.borda_foto {
	border: 1px solid #A3A8C6;
}
.endereco {
	color: #867046;
	font-size: 10px;
}
.fundo_titulo {
	background-image: url(../agenciavirtual/img/box_interno_r1_c2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.titulo_subsecao {
	font-size: 14px;
	font-weight: bold;
	color: #8B5C1D;
	text-decoration: none;
}
.link_botao {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fundo1 {
	background-attachment: scroll;
	background-image: url(../img/tabelas/fundo.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	
}
.subtitulos {
	color: #927A50;
	font-weight: bold;
	font-size: 10px;
}

