@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body {
	background-image: url(../imagens/bg.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	font-size:12px;
	font-weight:bold;
	color:#159600;
	}
a:hover {
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}
a:visited {
	font-size:12px;
	font-weight:bold;
	color:#159680;
	}

/* Estrutura */

#global {
     position:absolute;
     left: 50%; 
     width: 900px;
     margin-left: -450px; /* metade da largura */
     }
#topo {
	width:900px;
	height:384px;
	}
#topo_folheto {
	width:900px;
	height:600px;
	}

#meio_container {
	width:900px;
	background-color: #FFFFFF;
	}
#menu_container {
	padding:5px;
	}
#content {
	padding:10px;
	width:880px;
	}
#box_holder {
	width:880px;
	padding:5px;
	}
.box {
	width: 240px;
	}
#rodape {
	text-align:center;
	font-size:10px;
	}
#footer {
	margin:0;
	}
.newscontent {
	text-align:left;
	padding:5px;
	border-bottom:thin dashed #CCCCCC;
	}
.newsbox {
	text-align:left;
	padding:10px;
	}

	/* Texto */
	
.newstitle {
	font-size:12px;
	font-weight:bold;
	color: #159600;
	}
.newsdata {
	font-size:10px;
	font-weight:normal;
	color: #999999;
	}
.newscorpo {
	margin-top:5px;
	font-size:10px;
	color: #000000;
	}
.subtitulo {
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
.corpo {
	font-size:12px;
	color: #000000;
	}
.boxtexto {
	padding:20px;
	}
.titulo {
	font-size:18px;
	font-weight:bold;
	color: #159600;
	}
.subtitulo {
	font-size:14px;
	color: #f99d1c;
	}
a.rodapeurl {
	font-size:10px;
	color:#159600;
	}
a.rodapeurl:hover {
	font-size:10px;
	color: #f99d1c;
	}
img.newsimagem { 
    float: right; 
    margin: 10px;
	clear:both;
}
img.newsimagem a:hover {
	border: thin solid #999999;
	}
.formulario {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

