body {
	margin:0;
	padding:0;
	color: #000;
	background:#F8F1E1;
	text-align:center;
	font-family : "Trebuchet MS", Verdana, Geneva,   Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%
	}
	
	h1 {
	display: none;
	}
	
	h2 {
		font-size: 15px;
		color:#4279B0;
		font-weight: bold;
		margin:35px 10px 10px 4px;
	padding: 5px;
	}

table {
	margin:0;
	padding:0;
}
table tr td {
	text-align: left;
}
hr {
	text-align:left;
	height: 1px;
	width: 100%;
	margin-left: 0px;
	background: #a0cff0;
	border: 2px solid #a0cff0
	}

	 a {
		color: #4279b0;
	font-weight: bold;
	text-decoration: underline;
	}
	
	a:visited {
	color: #4279b0;
	font-weight: bold;
	text-decoration: none;	
}
 a:hover {
	color:#edb451;
	text-decoration: underline;	
	}

.content {
	background-color: #fff;
	width: 780px;
	text-align: left;
}	

.rodape {
	font-size : 10px;
	text-align: center;
}

#imc {
	font-size : 11px;
	border:2px solid  #7098c0;
	background-color: #F8F1E1;
	margin:35px 4px 10px 4px;
	padding: 5px;
	}

 .espaco {
	height: 100px;
	width: 200px;
	border: 1px solid black;
	background: orange;
}
	.chamada {
	margin:10px;
	padding: 24px 8px 10px 8px;
	text-align: left;
	}
.pergunta {
margin:0px 0px 10px 0px;
	padding: 10px;
	background-color:#7098C0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.reuniao {
	font-size : 13px;
	font-weight: 400;
	padding: 5px;
	background-color: #FBF8E6;
	margin:10px 10px 10px 4px;
	}
	
