/* Início do CSS referentes as tags <TD> */

H1,H2,H3,H4,H5,H6.titulo {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 8pt;
}

IMG.imagemsemborda {
    border: none;
}

A.barradecanais {
	font-family: "Arial";
	font-size: 8pt;
	text-decoration: none;
    color: #2A3853;
}

A.barradecanais:hover {
	color: #6480B3;
}

A.autenticado {
	color: #2a3853;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

A.autenticado:hover {
	color: #000000;
}

TD.nivelativo {
    background-image: url("/imagens/principal/cabecalho/nivel_ativo01.gif");
    text-align: center;
    width: 56px;
    height: 26px;

}

TD.nivelinativo_direita {
    background-image: url("/imagens/principal/cabecalho/nivel_inativo_direita01.gif");
    text-align: center;
    width: 56px;
    height: 26px;
}


TD.nivelinativo_esquerda {
    background-image: url("/imagens/principal/cabecalho/nivel_inativo_esquerda01.gif");
    text-align: center;
    width: 56px;
    height: 26px;
}

TD.nivelinativo {
    background-image: url("/imagens/principal/cabecalho/nivel_inativo01.gif");
    text-align: center;
    width: 56px;
    height: 26px;
}

TD.nivelvazio {
    background-image: url("/imagens/principal/cabecalho/nivel_inativo01.gif");
    text-align: center;
    width: 56px;
    height: 26px;
}

TD.nivelvazioDireita {
    background-image: url("/imagens/principal/cabecalho/nivel_inativo_direita01.gif");
    text-align: center;
    width: 56px;
    height: 26px;
}

A.nivelativo {
	color: #456F97;
	font-family: "Arial";
    font-weight: 600;
	font-size: 9pt;
	text-decoration: none;
}

A.nivelinativo {
	color: #F0FFF6;
	font-family: "Arial";
    font-weight: 600;
	font-size: 9pt;
	text-decoration: none;
}

A.nivelvazio {
	color: #274561;
	font-family: "Arial";
    font-weight: 600;
	font-size: 9pt;
	text-decoration: none;
}


TD.fundologo {
	background-image: url("/imagens/principal/cabecalho/fundo_logo.gif");
}

TD.fundologopequeno {
	background-image: url("/imagens/principal/cabecalho/fundo_logo_pequeno.gif");
}

TD.fundobarrapequena {
	background-image: url("/imagens/principal/cabecalho/fundo_barra_pequena.gif");
}

TD.fundobarrapequenab {
	background-image: url("/imagens/principal/cabecalho/fundo_barra_pequena2.gif");
}

/* Início do CSS referentes as tags <A> */


A.canal_superior_pequeno {
	color: #232F66;
	font-family: "Arial";
	font-size: 9pt;
    font-weight: 600;
	text-decoration: none;
    padding-right: 10px;
}

A.canal_superior_pequeno:hover {
	color: #DDDDDD;
}




A.titulo01 {
	color: #0D3880;
	font-family: "Arial";
    font-weight: 600;
	font-size: 8pt;
	text-decoration: none;
}

A.titulo01:hover {
	color: "#008C8C";
}



A.semregistro {
	color: "#29425A";
	font-family: "Arial";
    font-weight: 400;
	font-size: 8pt;
    margin-right: 6px;
	text-decoration: none;
}

A.geral01    {
	color: "#0F6A58";
	font-family: "Arial";
	font-size: 8pt;
	text-decoration: none;
}

INPUT.login {
    background-color: "#F0FFF6";
    color: "#174B87";
    font-weight: 600;
	font-size: 9pt;
    width: 70px;
    height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

INPUT.enviar {
    background-color: "#F0FFF6";
    color: "#174B87";
    font-weight: 600;
	font-size: 9pt;
    width: 70px;
    height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

SELECT.nivel {
    background-color: "#FDDF66";
    color: "#174B87";
    margin-right: 6px;
    font-weight: 600;
	font-size: 9pt;
    width: 160px;
}

.linkSimples {
	font-family: tahoma;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}

.linkSimples:hover {
	text-decoration: underline;
}