body, h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
	background: #fafafa;
}


#div_texto {
		padding: 15px 15px 15px 15px;
		margin: 0;
		border: #e7e7e7	2px solid;
		border-top: #e7e7e7	0px solid;
}

td.texto {
		border: #e7e7e7	2px solid;
}

.lic {height:20px; font-family: verdana,arial; font-size: 10px; color: #303a1c;}

h4 {
  font-style: normal;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 16px;
  font-family: Verdana, Sans-Serif;
  color: #fff;
  margin: 0;
  background: #999966;
  padding: 3px 3px 3px 5px;
} 

#separa {
	margin: 0 25px 0 25px;
	height: 1px;
}

a.lnk1:link {text-decoration: underline; color: #000;}
a.lnk1:visited {text-decoration: none; color: #000;}
a.lnk1:hover {text-decoration: underline; color: black;}
a.lnk1:active {text-decoration: none; color: #000;}

a.lnk2:link {text-decoration:  underline; color: #B14B18;}
a.lnk2:visited {text-decoration: none; color: #000;}
a.lnk2:hover {text-decoration: underline; color: #000000;}
a.lnk2:active {text-decoration: none; color: #000;}


.f12arial {font-family: arial,verdana; font-size: 12px;}

/* ======*/
/* 	MENU */
/* ======*/
#menubv {
	width: 135px;
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;

}
#menubv li {
	border-bottom: 1px solid #374343;
	margin: 0;
}
#menubv li a {
	display: block;
	padding: 5px 0px 5px 0.5em;
	font-weight:bold;
	border-left: 5px solid #999966;
	background-color: #C1C3A0;
	color: #272727;
	text-decoration: none;
}
#menubv li a:hover {
	border-left: 5px solid #797946;
	background-color: #999966;
	text-indent: 0px;
	color: #fff;
}
/* Fix IE. Hide from IE Mac \*/
* html #menubv ul li { float: left; height: 1%; }
* html #menubv ul li a { height: 1%; }
/* End */

/* == Fim menu ==*/
