.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textoBranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color:#333333;
	font-family: Arial;
}
a:active {
	text-decoration: none;
	color:#333333;
	font-family: Arial;
}
a:visited {
	text-decoration: none;
	color:#333333;
	font-family: Arial;
}
a:hover { 
	text-decoration: underline;
	color:#333333;
	font-family: Arial;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
body {
	margin: 0 0 0 0;
}

.scrollbar_div {
	scrollbar-face-color:#E6E6E6;
	scrollbar-arrow-color:#8F8570;
	scrollbar-shadow-color:#E6E6E6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-track-color:#FFFFFF;
}