body{
	font-family:Arial;
	color:#333;
	overflow:Auto;
}
.OcultoDiv{ 
	display:none;
	top:0;
	left:0;
	width:1;
	height:1;
}
.div_tampa{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	-moz-opacity: 0.7;
	opacity:.7;filter: alpha(opacity=70);	
}
.div_balde{
	position:absolute;
	width:200;
	height:200;
	display:inline;
	opacity:.0;filter: alpha(opacity=00);

}
.oculto{
	display:none;
}
.Visivel{
	display:inline;
}
.menus{
	font-size:12px;
	color:#333;
}
.fontpd{
	font-family:Arial;
	color:#069;
	font-size:11px;

}
.sucesso{
	font-family:Arial;
	color:#0C0;
	font-size:14px;
	font-weight:bold;
}
.error{
	font-family:Arial;
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
.titulos{
	font-family:Arial;
	color:#000;
	font-size:13px;
	font-weight:800;
}
.bordesthin{
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
	border-top:thin;
	border-top-color:#CCC;
	border-color:#CCC;
	border:thin;
}
.tipergunta{
	font-family:Arial;
	font-size:12px;
	color:#069;	
}
.tipergunta2{
	font-family:Arial;
	font-size:11px;
	color:#06C;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#06F;
	text-decoration:underline;
	
}
a:active {
	text-decoration: none;
}