@charset "utf-8";
/* CSS Document */

body
{
	font-family:'Trebuchet MS';
	font-size:13px;
	color:#333;
	margin:0;
}

#dv_topo
{
	background:url('../fundo_topo.jpg') repeat-x; 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	padding-right:0%; 
	width:100%; 
	height:145px;
}

.botao-menu
{
	float:left;
	background:url('../fundo_menu.png');
	width:120px;
	font-family:Trebuchet MS;
	font-size:15px;
	color:#2F2F2F;
	text-align:center;
	padding:10px;
	border-right:2px double #ccc;
}
.botao-menu a { text-decoration:none; color:#2F2F2F; }
.botao-menu a:hover { text-decoration:underline; color:#2F2F2F; }

.textoTitulo { font-family:Tahoma;font-size:16px;color:#333;font-weight:bolder; }
.textoNormal { font-family:Trebuchet MS;font-size:13px;line-height:22px; }
.textoNormalNegrito { font-family:Trebuchet MS;font-size:13px;line-height:22px;font-weight:bolder;}
.textoPequeno {font-family:Trebuchet MS;font-size:11px; text-align:justify; }