body {
	scrollbar-3dlight-color: #A9A9A9;
	scrollbar-arrow-color: #003300;
	scrollbar-base-color: #CFFEDD;
	scrollbar-darkshadow-color: #330000;
	scrollbar-face-color: #CFFEDD;
	scrollbar-highlight-color: #8DFF8A;
	scrollbar-shadow-color: #0B4901;
	scrollbar-track-color: #CFFEDD;
	margin: 0px;
}

/*.fundo_empresa {
	background-image: url(../../images/graos_fundo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
*/

.titulo_site {
	font-family:  tahoma;
	font-size: 14px;
	color: 006F00;
	font-weight: bold;
}
.texto_site {
	font-family: tahoma;
	font-size: 12px;
	color: #006F00;
	font-weight: normal;
}
.link {
	font-family: tahoma;
	font-size: 10px;
    text-decoration: none;
	color: #006F00;
	font-weight: bold;
}
.link:hover {
	font-family: tahoma;
	font-size: 10px;
    text-decoration: underline;
	color: #006F00;
	font-weight: bold;
}
.form {
	font-family: tahoma;
	font-size: 11px;
    text-decoration: none;
	color: #666666;
	font-weight: bold;

}

.fundo_site {
	background-image: url(../../images/layout/fundo_verde.jpg);
	background-repeat: repeat;
	background-position: left top;
}


/**************************/
/* FUNDO LATERAL ESQUERDA */
/**************************/
.fundo_td_esquerda {
	background-image: url(../../images/layout/faixa_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.fundo_td_esquerda_topo {
	background-image: url(../../images/layout/faixa_topo_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.fundo_td_esquerda_rodape {
	background-image: url(../../images/layout/faixa_rodape_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*************************/
/* FUNDO LATERAL DIREITA */
/*************************/

.fundo_td_direita_topo {
	background-image: url(../../images/layout/faixa_topo_direita.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fundo_td_direita {
	background-image: url(../../images/layout/faixa_direita.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundo_td_direita_rodape {
	background-image: url(../../images/layout/faixa_rodape_direita.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

