/* CSS Document */
* { 
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
a {	text-decoration: none; color:#000000; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; color:#000000;}
hr { display:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* End hide from IE-mac */

body { font:10px/14px Verdana, Arial, Helvetica, sans-serif; background:url(../img/fundo.gif); }
#geral {
	width:772px;
	margin:10px auto;
	padding:5px;
	background:#FFFFFF;
}
#geral h1 { display:none; }
#topo h1 { display:none; }
#menu {
	margin:5px 0;
}
/* Conteudo */
#conteudo {
	display:block;
	width:772px;
}
#conteudo h1 span {
	display:none;
}
#conteudo p {
	padding:5px;
	line-height:15px;
}
.out {
	background: #4C9049;
}
.in {
	background: #B1D4AF;
}
.outdireita {
	background-color: #498146;
}
#conteudo h2 {
	color:#FFFFFF;
}
#conteudo h2.titulo {
	color:#003300;
}
#conteudo #direita #temporeal table {
	background: #B1D4AF;
}
#patrocinadores {
	clear:both;
	margin-top:5px;
}
#rodape {
	clear:both;
	margin-top:5px;
}
#rodape p {
	display:none;
}
