@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
span {
	font-weight: bold;
	color: #069;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-top: 20px;
	clear: left;
}
ul {
	list-style-type: none;
	list-style-position: inside;
}
li {
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 7px;
	line-height: 18px;
}
img {
	border: none;
	float: left;
	margin-right: 10px;
}
body {
	background-color: #DCE7ED;
}
#principal {
	width: 780px;
	background-color: #fff;
	margin: 0 auto;
	display: table;
}
#topo {
	
}
#conteudo {
	padding: 20px;
}
