body {
	margin-top:10px;
	text-align:center;
	color:black;
	background:#f0f0f0;
	font:12px/1.2 Arial, Helvetica, sans-serif;
	}
h1, h2 , h3, h4, h5, h6 {
	color:#f90;
	margin:10px 0 5px 0;}
h1 {
	font-size:18px;
	margin-bottom:25px;
	}
h2 {
	margin-top:30px;
	font-size:16px;
	}
h3 {
	font-size:14px;
	}
h4, h5, h6 {
	font-size:12px;
	}
p{margin:8px 0;}
#tudo {
	width:730px;
	margin:0 auto;
	background:#fff;
	text-align:left;
	border:1px dotted #ccc;
	}
#topo{
	height:70px;
	background:#f90 url(topo.jpg) center no-repeat;
	border-bottom:1px dotted #ccc;
	}
#topo a{
	display:block;
	width:100%;
	height:70px;
	}
#conteudo {
	width:700px;
	margin:10px 15px;
	}
fieldset {
	padding:10px 15px;
	border:1px solid #ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
legend {color:#f90;font-weight:bold;}

*+html legend {margin-bottom:10px;} 

fieldset {
	border:1px solid #ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-left:30px;
}
.destaque {color:#c30;font-weight:bold;}

