body {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	
	background:	#FFFFFF;
	font-family: sans-serif;
	font-size: small;
}

#centro {
	width: 760px;
	margin: auto;
}

a { color:#2E60AA; text-decoration:none; }
a:hover { color:#349F2B; text-decoration:underline; }

#topo,#centro,#rodape {
	text-align: left;
}

#topo {
	margin: 0 5px 10px 5px;
}

#centro {
	color: #333333;
	margin-bottom: 5px;
}

#rodape {
	padding: 10px 0 5px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F6F6F #0091DC;
	font-size:9px;
	color:#666666;
    margin:30px 5px 0 5px;
}

#titulo {
	display: block;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005AA0;
	padding-bottom:2px;
	color: #005AA0;
}

#menu {
	display:block;
	margin: 5px 5px 0 0;
	text-align:right;
}
#menu a:link, a:visited {
	text-decoration: none
}
#menu a:hover {
	text-decoration: underline
}