/* CSS Hotsite GNV */


	body {
		font-family: tahoma;
		font-size: 11px; 
		color: 747474;
		background-image: url(../img/fundo_degrade.gif); 
		background-color: #e4b506;
		background-repeat: repeat-x;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	

	.conteudo {
		background-image: url(../img/fundo_luz2.jpg);
		background-repeat:no-repeat;
		width: 752px; /* Aqui vai ser o tamanho horizontal do seu site */
		margin: 0 auto;
	}
	
	#topo{
	width:100%;
	}

	.bottom{
	width: 752px;
	height: 41px;
	background-image:url(../img/bottom.jpg);
	}

    #tabs {
      float:left;
   	  width:752px;
	  padding-left: 5px;
	  font-weight:bolder;
	  font-size:11px;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../tabright.gif") no-repeat right top;
      padding:10px 14px 8px 6px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#ffffff;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

	.texto{
	font-family: tahoma;
	font-size: 11px;
	color: 747474;
	font-style: normal;
	}

	.assinatura{
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	}

	.textointernas{
	font-family: tahoma;
	font-size: 13px;
	color: 747474;
	font-style: normal;
	}
	
	.textotitulos{
	font-family: tahoma;
	font-size: 14px;
	color: 018a42;
	font-style: normal;
	}