body {
	font-family: arial;
	font-size: 1em;
}

.ilustracao {
	height: 150px;
	width: 780px;
}

.menu_h {
	background-color: #ffcc00;
	width: 780px;
}

.conteudo {
	width: 760px;
	margin-top: 25px;
}
.foot {
	font-size: 0.6em;
	color: #666666;
}

.coluna1 {
	float: left;
	width: 575px;
}
.coluna2 {
	color: #666666;
	float: right;
	width: 160px;
	font-size: 0.7em;
}

h1 {
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
	margin-bottom: 8px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #ffcc00;
}
.destaque1 {
	float: left;
	margin-top: 10px;
	width: 277px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
	margin-top: 0px;
}

.sep {
	width: 10px;
	float: left;
}


p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 3px;
}
.emp {
	width: 575px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
.ilus_dest {
	border: 1px solid #DFDFDF;
	padding: 1px;
	margin-bottom: 8px;
}




.texto {
	line-height: 1.5em;
	color: #666666;
	font-size: 0.8em;
}




.link_menu_h {
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	padding: 5px;	
}

.link_menu_h:hover {
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
	padding: 5px;
	
}

.link_info {
	color: #003399;
	text-decoration: none;
	font-size: 0.7em;
	
	
}

.link_info:hover {
	font-size: 0.7em;
	color: #666666;
	
	text-decoration: underline;
	
}

