html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	} 

a:link {text-decoration: underline}
a:visited {text-decoration: underline}
a:hover {text-decoration: underline;}

#pagewidth{ 
	width: 770px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 
	}

#header{
	position: relative; 
	height: 110px; 
	background: #F4F4F1 url('head_bg1.jpg'); 
	width: 100%;
	} 


#head_barra {
	color: #893830;
	font: bold 8px Verdana, arial;
	letter-spacing: 1px;
	position: absolute;
	top: 80px;
	width: 100%;
	height: 17px;
	/*background: url('head_barra.jpg') repeat-x;*/
	}
	
a.head {
	color: #893830;
	font: bold 8px Verdana, arial;
	letter-spacing: 1px;
}

#head_data {
	color: #7b7b7b;
	font: normal 9px Verdana, arial;
	letter-spacing: 1px;
	position: absolute;
	top: 82px;
	right: 17px;
	}

#head_barra a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #893830;
	}

#head_barra a:hover {
		color: #000;
		}

#twocols{
	width: 640px; 
	float: right; 
	position: relative; 
	}

#maincol{  
	float: left; 
	display: inline; 
	position: relative; 
	width: 420px;
	font: normal 11px verdana;
	color: #666;
	margin-top: 25px;
	}

#rightcol{
	width: 192px; 
	float: right; 
	position: relative; 
	}

#menu_dir{
	width: 100%; 
	}

#menu_dir_cont {
	background: #EAE9E4;
	padding: 8px;
	margin: 25 18 0 40px;
	font: normal 9px verdana;
	color: #666;
	border: #D2D1CB 1px solid;
	}

#lista_dir {
	padding: 5 8 0 8px;
	margin: 10 18 25 40px;
	font: normal 9px verdana;
	color: #666;
	}

#cx_pesq {
	background: #000;
	width: 100%;
	font: normal 9px verdana;
	color: #fff;
	}

#footer	{
 	height: 30px; 
 	background: #EAE9E4; 
 	clear: both;
 	} 

#wrapper{
  	background-color:#F4F4F1; 
	border-left: #EAE9E4 1px solid;
	border-top: none;
	border-right: #EAE9E4 1px solid;
	border-bottom: none;
	}
	


/* estilos*/ 

p	{
	color: #333;
	font-family: verdana,arial;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h1	{
	color: #ad3c31;
	font-family: arial, verdana;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	}

h2	{
	color: #ad3c31;
	font-family: arial, verdana;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}

h3	{
	color: #ad3c31;
	font-family: verdana, arial;
	font-size: 8px;
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	font-weight: bold;
	}

h4	{
	color: #ad3c31;
	font-family: arial, verdana;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	}

h5	{
	color: #757575;
	font-family: verdana, arial;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: bold;
	}

h6	{
	color: #757575;
	font-family: verdana, arial;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	}
	
p.lista_not	{
	color: #ad3c31;
	font-family: arial, verdana;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	}
	
	
h1.princ	{
	color: #757575;
	font-family: arial, verdana;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #e0dfda;
	padding: 0 0 2 0px;
	font-weight: bold;
	}
	


a.mais	{
	color: #ad3c31;
	font-family: verdana, arial;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	}

a.mais:hover	{
	color: #000;
	}

a.menu_dir{
	text-decoration: none;
	color: #666;
	}

a.menu_dir:hover{
	color: #999;
	}

a.tit	{
	text-decoration: none;
	color: #ad3c31;
	}

p.tit	{
	text-decoration: none;
	color: #ad3c31;
	}

a.tit:hover	{
	color: #000;
	}
	
a.artigo	{
	text-decoration: none;
	color: #333;
	}

a.artigo:hover	{
	color: #999;
	}
	


.data_not{
	color: #757575;
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 20 0;
	}

hr.dir	{
	border: none 0;
	border-top: 1px solid #d2d1cf;
	width: 90%;
	text-align: left;
	margin: 7 auto 6 0;
	height: 1px;
	}
	
.campo 		{
		font-size: 9px;
		font-family: verdana;
		color: #333;
		background-color: #FFF;
		border: #CCC 1px solid;
		padding-left: 2px;
		padding-top: 2px;
		align: left;
		}
		
.rodape	{
	margin-left: 10px;
	margin-right: 10px;
	}
	
p.menu_dir_txt {
	font: normal 9px verdana;
	color: #666;
	text-align: left;
	}
	
.legenda	{
	color: #757575;
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	}
	


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
