/* CSS Document */
*{margin:0; padding:0; list-style:none; text-decoration:none;}

body{
	background:url(imgs/bg_fundo.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d4d4d;
}

h1{text-indent:-5000px;}
h2{text-indent:-5000px;}
hr{display:none;}

a:link {text-decoration: none!important;}
a:visited {text-decoration: none!important;}
a:hover {text-decoration: none!important;}
a:active {text-decoration: none!important;}


.borda_geral{border:solid 1px #949476;}

.bege_padrao{color:#949476!important;}

.cinza_padrao{color:#595959!important;}

.azul_padrao{color:#2e3092!important;}

.hr_geral{
	background:url(imgs/hr_geral.gif) no-repeat;
	float:left;
	margin:auto;
	height:5px;
	width:359px;
}

.hr_direito{
	background:url(imgs/hr_direito.gif) no-repeat;
	float:left;
	margin:auto;
	height:5px;
	width:293px;
}


h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}


#geral{
	margin:auto;
	width:758px;
	background:url(imgs/bg_geralmeio.gif) repeat-y 4px 200px;
	display:table;
}

#fundo_geral{
	background:url(imgs/degrade_bg.gif) repeat-x;
}

#topo{
	height:410px;
	width:758px;
	float:left;
}


#setor_esquerdo{
	margin-left:15px;
	width:370px;
	display:table;
	float:left;
	padding-bottom:100px;
}

#setor_direito{
	float:left;
	width:323px;
	display:table;
	background:url(imgs/bg_setor_direito.gif) repeat-y;
	padding-left:15px;
	margin-left:30px;
	*margin-left:30px;
	_margin-left:13px;
	margin-right:5px;
	padding-bottom:100px;
}

#rodape{
	margin:auto;
	width:758px;
	text-align:center;
	margin-top:-1px;
}


