* {
	margin: 0;
	padding: 0;
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
body {
	margin:0;
	background-color:#FFFFFF;
}
.centraliza {
	width: 770px;
	text-align:left;
	margin:auto;
}
a {
	color: #742ABA;
}
a:hover {
	color: #9F3AFF;
}

/*TOPO*/
#topo {
	background-image: url(images/topo_back.jpg);
	height: 113px;
	text-align:center;
}
#logotipo {
	margin-top: 29px;
	margin-left: 20px;
	float:left;
}

/*MENU*/

#menu {
	background-image: url(images/menu_back.gif);
	background-repeat:repeat-x;
	height: 25px;
	text-align:center;
}
#menu ul{
	padding-left: 15px;
	background-repeat:repeat-x;
}
#menu li {
	padding-top: 0px;
	margin-top: 0px;
	list-style: none;
	float:left;
}
#menu li a {
	display:block;
	padding-right: 1em;	
	padding-left: 1em;	
	border-right: 1px solid #643495;
	color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
}
#menu li a:hover {
	float:left;
	display:block;
	background-image:url(images/menu_back_over.gif);
	height: 25px;
}

/*MIOLO*/

#miolo {
	background-image:url(images/miolo_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 1.5em;
	color: #656565;
	text-align:center;
}

#miolo h1 {
	font-size: 1.5em;
	color: #F00471;
	margin-bottom: 0.5em;
}

#miolo h2 {
	font-size: 1em;
	color: #F00471;
	margin-bottom: 1em;
	margin-top: 2em;
	text-transform:uppercase;
}
#miolo h4 {
	font-size: 1em;
	color: #F00471;
}
#miolo h3 {
	font-size: 1em;
}
#miolo li {
	list-style:inside;
}
#miolo p {
	margin-bottom: 1em;
}
#miolo hr {
	color: #E1E1E1;
	border: 1px solid #E1E1E1;
	margin-bottom: 1em;
	height:1px;
}
#miolo .centraliza {
	width: 770px;
	margin:auto;
	text-align:left;
}
#miolo .conteudo {
	padding-left:32px;
	width: 700px;
}


/*ETC*/

.listasdelinks {
	font-size: 0.8em;

}
.listasdelinks ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	color:#742ABA;
	overflow:hidden;
	height: 20px;
	font-weight:bold;
	font-style:italic;
}
.f {
display:none;
}

