body {
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.tituloPagina {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #356734;
}
.subTitulo {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #6B6B6B;
}
.texto {font-family: Arial, Helvetica, sans-serif, "Arial Narrow"; font-size: 12px; color: #666666; }
.pontilhado {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#menu {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#menu:hover {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.barra {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#rodape:hover {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
#idioma {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#idioma:hover {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.barraRodape {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#linkTexto {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#linkTexto:hover {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.outsourcing {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #009999;
	text-decoration: none;
}
.packing {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #A64586;
	text-decoration: none;
}
.institucional {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #007235;
	text-decoration: none;
}
.silk {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #006699;
	text-decoration: none;
}
.offset{
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #FF6600;
	text-decoration: none;
}
.etiquetas{
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #990000;
	text-decoration: none;
}

/* NOTÍCIAS */

#noticias{
/*width:160px;*/
/*padding:0px;*/
}

#noticias ul{
width:160px;
padding:0px;
margin:0px;
}

#noticias li {	
color: #666666;
/*list-style: none; 	*/
padding:5px 1px; 
margin-bottom:0px;
}

#noticias li a { 	
color: #666666;
/*display:block;*/
text-decoration: none; 
}

#noticias li a:hover { 	
color: White; 	

background-color: #007235;
} 

/* END NOTÍCIAS */