body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	min-width: 1003px;
	background: url(../img/topo_fundo.jpg) repeat-x #ffffff;
	margin: 0;
	}
	
a:, a:link{
	color: #5353f3;
	text-decoration: none;
	}
	
a:hover{
    color: #5353f3;
    text-decoration: underline;
    }	
    
a:visited{
    color: #6161f3;
    text-decoration: none;
    }

#geral{
	width: 1003px;
	margin: auto;
	}

#topo{
	width: 100%;
	height: 160px;
	background: url(../img/topo2.jpg) top no-repeat;
	}
	
/*---------------------Menu Primário-------------------------*/

#menu {
    float:right;
    width:515px;
	height: 44px;
	margin-top: 27px;
	margin-left: -15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu ul {
          margin:0;
          padding:10px 10px 0 20px;
          list-style:none;
      }
	  
#menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
#menu a {
      float:left;
      margin:5px 0 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	  
#menu a span {
      float:left;
	  margin: -15px 5px 10px 0px;
	  height: 29px;
	  padding: 15px 10px 0 10px;
      display:block;
      color:#FFF;
      }

#menu a:hover span {
      color:#FFFFFF;
	  background-color: #5f69da;
      }

#animacao{
	position: relative;
	width: 100%;
	height: 230px;
	}
	
#conteudo{
	position: relative;
	float: left;
	width: 100%;
	background: url(../img/conteudo_fundo.jpg) repeat-x #FFFFFF;
	}
	
#quadro_noticias{
	position: absolute;
	width: 269px;
	height: 291px;
	margin-left: 40px;
	margin-top: -10px;
	padding: 5px 0 10px 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	z-index: 100;
	background: url(../img/quadro_noticias.png) no-repeat;
	}
	
#quadro_noticias a: {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#quadro_noticias a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#quadro_noticias a:hover {
	text-decoration: underline;
	}
	
.titulo_noticias{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #d6d7eb;
	}
	
.time_noticias{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b4b9f9;
	}
	
.titulos{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #858bc9;
	}
	
.texto_cinza{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
	text-align: justify;
	}
	
.texto_verde{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	}
	
.texto_vermelho{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	}
	
.texto_cinza a:link{
	color: #5f5fff;
	}
.texto_cinza a:{
	color: #5f5fff;
	}
.texto_cinza a:visited{
	color: #9c9c9c;
	}
	
#rodape{
	position: relative;
	width: 100%;
	height: 53px;
	background: url(../img/rodape_fundo.jpg) repeat-x;
	font-family: Geneva, Arial, sans-serif;
	font-size:  10px;
	color: #FFF;
	clear: both;
	}

.margem_interna{
    margin: 10px;
    }

/*----------------TABELAS-------------------*/

table.tabela{
	width: 94%;
	border-collapse: collapse; /* CSS2 */
	color: #666;
	}

table.tabela{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.0em;
	font-size: 11px;
	}

table.tabela tr td{
	padding: 5px 0;
	border-bottom: solid thin #CCC;
	}
	
table.tabela a{
	color: #999999;
	text-decoration: none;
	border: thin;
	}
	
table.tabela a:hover{
	color: #666;
	border: thin;
	}
	
/*----------------FORMULÁRIOS-------------*/

.input {
	background-color: #e6e6e6;
	height: 17px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
	border: thin solid #C6C6C6;
	}
	
.input:hover {
	background-color: #e1e1e1;
	height: 17px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
	border: thin solid #C6C6C6;
	}
	
.input:focus {
	background-color: #d6d6d6;
	height: 17px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	border: thin solid #CCC;
	}

	
.textarea {
	background-color: #e6e6e6;
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
	border: thin solid #C6C6C6;
	}
	
.textarea:hover {
	background-color: #e1e1e1;
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
	border: thin solid #C6C6C6;
	}
	
.textarea:focus {
	background-color: #d6d6d6;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	border: thin solid #CCC;
	}
