body{
	background-image:url('../imagens/fundo_site.png');
	background-attachment: fixed;
	background-position:center;
	background-repeat:repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-size: 12px;
}
A{
    color: #000000;
    background-color: #E6E6E6;
    text-decoration: none;
}
A:Hover{
    text-decoration: underline;
}

/* LOGIN */
.login_textbox{
    border: 1px solid #000000;
    height: 17px;
    font-size: 10px;
}
.login_texto {
    font-size: 11px;
}

/* SITE */
.snippet_titulo{
    font-size: 14px;
    font-weight: bold;
}
.snippet_texto{
    font-size: 12px;
    text-align: justify;
}
.rodape{
    font-size: 10px;
    background: #E6E6E6;
}





/* INTERNAS */
.bemvindo{
    font-size: 12px;
    font-weight: bold;
}
.texto_padrao {
  font-size: 12px;
}
.texto_padrao_peq {
  font-size: 11px;
}
.celula_sistema_borda{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size:10;
}
.celula_sistema{
    border-style:solid;
    border-width:0;
    border-right-width:0;
    border-color:black;
    font-size:10px;
}
.celula_sistema_b{
    border-style:solid;
    border-width:0;
    border-right-width:0;
    border-color:black;
    font-size:10;
    font-weight: bold;
}
.tags_b {
    font-size: 11px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.celula_linha1{
    border-style:transparent;
    color: #000000;
    font-size: 10px;
    font-style:normal;
    background-color:#EBEBEB;
}
.celula_linha2{
    border-style:transparent;
    color: #000000;
    font-size:10;
    font-style:normal;
    background-color:#D1D1D1;
}
.tabela_cabecalho{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
.tabela_celula0{
    background-color: #EEE;
    font-size: 10px;
}
.tabela_celula1{
    background-color: #DDD;
    font-size: 10px;
}
.tabela_celula0maior{
    background-color: #EEE;
    font-size: 11px;
}
.tabela_celula1maior{
    background-color: #EEE;
    font-size: 11px;
}





