body {
background-image: url("/imagem/financas/backgroundlistrado.gif");
}

body, h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}


#div_texto {
		padding: 15px 15px 15px 15px;
		margin: 0;
		border: #e7e7e7	2px solid;
		border-top: #e7e7e7	0px solid;
}

td.texto {
		border: #e7e7e7	2px solid;
}


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;
} 

p {
 	text-align:justify;
   text-indent: 25px;
 	}

a.lnk1:link {text-decoration: underline; color: darkblue;}
a.lnk1:visited {text-decoration: underline; color: darkblue;}
a.lnk1:hover {text-decoration: underline; color: darkblue; font-weight: bold;}
a.lnk1:active {text-decoration: underline; color: darkblue;}

a.lnk2:link {text-decoration: underline; color: darkblue;}
a.lnk2:visited {text-decoration: underline; color: darkblue;}
a.lnk2:hover {text-decoration: underline; color: #339933;}
a.lnk2:active {text-decoration: underline; color: darkblue;}

/* ======*/
/* 	MENU */
/* ======*/
#menubv {
	width: 160px;
	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;
	border-left: 5px solid #4682B4;
	background-color: #ADD8E6;
	color: #272727;
	text-decoration: none;
}
#menubv li a:hover {
	border-left: 5px solid #2E6A9C;
	background-color: #7DA8B6;
	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 ==*/
