/* CSS Document */



p{
  font-family:"Trebuchet MS";

  font-size:10px;

  color:#666;

}

.style1 {

	color: #666;

	font-family: "Trebuchet MS";

	font-size: 11px;

}

a:link {

	color: #666;

}



#west_link a{color: #FFFFFF}

a:visited {

	color: #666;

}

a:hover {

	color: #000;

}

a:active {

	color: #666;

}







.texto_destaques  {

font-family:"Trebuchet MS";

font-size:10px;

color:#666666;

}
.texto_destaques2  {

font-family:"Trebuchet MS";

font-size:12px;

color:#666666;

}



.texto_artigo  {

font-family:"Trebuchet MS";

font-size:11px;

color:#666;

}

#topo  {
height:323px;
width:761px;

}




#texto_artigo p  {

font-family:"Trebuchet MS";

font-size:12px;

color:#666666;

}

#texto_destaque p  {

font-family:"Trebuchet MS";

font-size:12px;

color:#666666;

}

#texto_destaque {

font-family:"Trebuchet MS";

font-size:12px;

color:#666666;

}

.titulo_destaques {

font-family:"Trebuchet MS";

color:#000000;

font-size:14px;

font-weight:bold;

}



.titulo_destaques_grd {

font-family:"Trebuchet MS";

color:#FE8100;

font-size:14px;

font-weight:bold;

}



.resumo_dest {

font-family:"Trebuchet MS";

color:#666;

font-size:11px;

font-style:italic;

}





.titulo_des_lat {

font-family:"Trebuchet MS";

font-size:12px;

font-weight:bold;

color:#000000;

}



.texto_des_lat {

font-family:"Trebuchet MS";

color:#666;

font-size:10px;

}





.arrow {

background-image:url(images/arrow_red.gif);

background-repeat:no-repeat;

background-position: 5px;

display:block;

font-size: 12px;

font-weight:bold;

margin-left:30px;

color:#66666;



}





.arrow a {

background-image:url(images/arrow_red.gif);

background-repeat:no-repeat;

background-position: 5px;

color:#66666;

padding-left:20px;

}

body {
background-image:url(../images/bg3.gif);

}


/*MENU  2009*/


#menu {
	background: #999;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 90% "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#menu a {
	border-bottom: 1px solid #393939;
	color: #666666;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
	background-color: #FFFFFF;
	height: 18px;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 2px;
	background-color: #00B6BA;
	background-repeat: no-repeat;
	background-position: left center;
}  
