@import url(global.css);

BODY {
	scrollbar-face-color: #CFC88D; scrollbar-shadow-color: #87825C;
	scrollbar-highlight-color: #FCF4AC; scrollbar-3dlight-color: #B7BB8E; 
	scrollbar-darkshadow-color: #B7BB8E; scrollbar-track-color: #C6CA99;
	scrollbar-arrow-color: #959873;
	overflow: auto;
}

div#thebib{
	background-color: #F8F7CC;	
	position: absolute;
	top:      15px;
	height:   530px;
	left:     305px;
	width:    688px;
	overflow: auto;		
}

div#innerbib
{
	position: absolute;
	top:      25px;
	left:     25px;
	width:    630px;
	text-align: left;
	font-family: verdana;	
	font-size: 0.8em;
	color: #000000;
}

div#innerbib a
{
	font-size: 1.2em;
	color: #000000;
}

div#rotulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	left: 15px;
}

