/* CSS Document */

body {
	background-color: #d2dee8;
}

.geral {
	width: 880px;
	height: 1020px;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	
	border-bottom: 1px;
	border-bottom-color:#000000;
	border-bottom-style: solid;
	
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	
		
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #306790;
	text-decoration:none;
}
a:active {
	color: #306790;
	text-decoration:none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#666666;
}	

.topo {
	position:absolute;
	left:0px;
	top:0px;
	width:880px;
	height:125px;
	z-index:1;
	border-top: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	background-color: #FFFFFF;
}

.menu {
	position: absolute;
	top: 125px;
	left: -1px;
	width: 880px;
	height: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-color: #333333;
	z-index: 6;
	border-bottom-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#000000;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-weight: bold;
	padding-top: 2px;
	}


.lancamentos{

	position:absolute;
	left:7px;
	top:150px;
	width:872px;
	height:865px;
	z-index:7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	font-style: normal;
	overflow: auto;
}


.base{

	width:1050px;
	height:65px;
	position:absolute;
	left: 1px;
	top: 1037px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	background-color: #d2dee8;
	right:auto;
}	
