@charset "ISO-8859-1";
/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	width:100%;
	background:#222222;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;	
	color:#999999;
}
#geral {
	display:table;
	width:100%;
	text-align:center;
	position:relative;
}
#bar1 {
	width:100%;
	height:15px;
	padding:30px 0 15px 0;
	text-align:center;	
	position:relative;
	background-image:url(../images/back_menu.gif);
}
#bar2 {
	width:100%;
	padding:0;
	background:#333333;
	height:490px;
	text-align:center;
	position:relative;
	overflow:auto;
}
#bar3 {
	width:100%;
	padding:8px 0 0 0 ;	
	text-align:center;	
	position:relative;
	color:#777777;
}
#conteudo {
	width:625px;
	height:auto;
	overflow:auto;
	text-align:left;
	padding:10px;
	position:relative;
}
a:link {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
}
.menu:link {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
.menu:visited {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
.menu:hover {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

.contato {
	background-color:#333333;
	border-width:1px;
	border-color:#555555;
	border-style:solid;
	color:#999999;
}
img {
	border-width:2px;
	border-color:#444444;
}
.noborder {
	border:none;
}
textarea:focus {
	border:solid 1px #f0f0f0;
}
input:focus {
	border:solid 1px #f0f0f0;
}

#carregando {
	width:100%;
	height:90%;
	position:absolute;
	z-index:20;
	display:block;
	background-color: #333; 
	filter: alpha(opacity=50); 
	opacity: 0.50; 
}