/* CSS Document */

<style type="text/css">

#geral {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:350px;
	margin-left:-400px;
	margin-top:-175px;
	text-align:justify;
	background:#FFFFFF;
	}
	
.style4 {
color: #666666;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

table { 
border-collapse:collapse; 
border:0px solid #FF0000; 
background-color:#FFFFFF;
}

td {border:1 solid #003366; 
color:#cccccc;
}

td div {
color:#FF0000; 
padding:0px; 
width:600px; 
height:300px; 
overflow:auto;
}

body{
scrollbar-face-color:white;/*face*/
scrollbar-base-color:white;
scrollbar-arrow-color:red;/*a seta*/
scrollbar-track-color:white;/*no meio*/
scrollbar-3dlight-color:white;/*como highlight(mas sempre boto outra*/
scrollbar-highlight-color:white;/*como 3dligh*/
scrollbar-shadow-color:white;/*sombra*/
scrollbar-darkshadow-color:white;/*sombra escura*/
}

a:link, a:visited { 
text-decoration:none
} 
a:hover { 
text-decoration:none;  
color:#F00;
font-weight:regular
} 
a:active { 
text-decoration:none
}

seletor {text-align: justify}

   ->
</style>
