#body {
	padding-top: 1px;	

}
#body .frame {
	background-image: url(images/caderno_big.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
#body .frame .text {
	width: 360px;
	height:346px;
	margin-left:300px;
	overflow:auto;
	padding-right:50px;
}
#body h2, #body h3 {
	color: #595B55;
	font-size:11px;
}
#body p, #body li, #body td {
	color: #595B55;	
	font-size:11px;
	text-align:justify;
}
/*bullets*/
#body ul {
	list-style-image: url(images/setaverde.gif);
}
#body ul li ul {
	list-style-image: none;
	list-style-type: disc;
}

/*listagem */
#body .list {
	margin-left: 20px;
}
#body .list .item   {
	margin-bottom:20px;
}
#body .list .item  h3, #body .list .item  p {
	margin:0px;
	padding:0px;
	font-size:10px;
}
#body .list .item  p {
	margin-left:10px;
}

/*ajustes na scrollbar*/
.vscrollerbasebeg {
	background-color: #E3F2DB;
}
.vscrollerbaseend {
background-color:#FFF;
}

