@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

/*#rodape_geral{
	width: 100%;
	height: 275px;
	background-image:url(../_imgs/bg_rodape.jpg);
	background-repeat:repeat-x;
}*/

body{
	background-image: url(../_imgs/bg_topo.jpg);
	background-repeat: repeat-x; background-position: top center;
	font-size: 12px; color: #757575;
	font-family: Arial, Helvetica, sans-serif;
}

td,th {
	
	text-align: center;
}

img {border: none;}
p {margin: 4px 0 12px 0; line-height: 160%;}
a {
	color: #757575; text-decoration: none;
}
a:hover {text-decoration: underline;}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #39547C; margin-bottom: 10px;
}
h1 {font-size: 24px;}
/*h2 {font-size: 22px;}*/
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}