/* CSS Document */
* { 
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
a {	text-decoration: none; color:#0066CC; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; color:#00CCFF; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.block { display:block; }
.textleft { text-align:left; }

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* End hide from IE-mac */

body {
	font:12px Trebuchet MS;
	background:#D4E8DC url(../img/bg.jpg) repeat-x;
}
#geral {
	width:748px;
	margin:auto;
}
#conteudo {
	display:block;
	background:url(../img/bg_meio.jpg) repeat-y;
	padding:5px 20px;
	float:left;
	width:728px;
}
#conteudoentrada {
	display:block;
	background:url(../img/bg_meio.jpg) repeat-y;
	padding:5px 0 0;
}
#conteudo div#interno {
	padding:10px;
	text-align:left;
	clear:both;
}
#conteudo h2 {
	font-size:16px;
	border-bottom:2px solid #006699;
	color:#006699;
	display:block;
	text-align:left;
	width:700px;
	float:left;
	margin-bottom:10px;
}
