body {
	background-image: url(fundo02.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body.fundo {
	background-color: #FFFFFF;
}
.central {
	background-color: #FFFFFF;
}
.basesite {
	background-color: #F0F0F0;
}
.subtitulo {
	font-family: arial;
	font-size: 20px;
	color: #666666;
	font-weight: bolder;

}
.clientes {
	font-family: arial;
	font-size: 25px;
	color: #666666;
	font-weight: bold;

}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.voltar {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#rolar {
	height: 500px;
	width: 700px;
	background-color: #FFFFFF;
	overflow: scroll;
}

#cont2 {
	float:left;
	padding-left:15px;
	width:100%;
	height:120px;
	text-align:justify;
	overflow-x:scroll; 
	overflow-y:hidden; 
}

