.hide {
	display: none;
}

.show{
	display: block;
}

.termo_de_uso{
 width: 58em;
 height: 40em;
 overflow: visible;
 text-align:justify;
 scrollbar-3dlight-color: Blue;
 scrollbar-base-color: #FFAE52;
 color:#000000;
 background-color:#FFAE52;
 font-size:12px;
}

