/* HTML TAGS GERAIS */
/* +++++++++++++++++++++++++++++++++++ */


p, li, h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	}
	

img {
	border-style: none;
}


table
{  border-style: none;
}



/* ID'S  CONTEÚDO - COLUNA CENTRAL */
/* ************************************************** */

#coluna_conteudo h1 {
	font-size: 1.5em;
	color:#75715C;
	font-weight: strong;
	}

#coluna_conteudo h2 {
	font-size: 1.2em;
	color:#000000;
	font-weight: normal;
	}

#coluna_conteudo h3 {
	font-size: 1.2em;
	color:#333333;
	font-weight: normal;
	}
	
#coluna_conteudo h4 {
	font-size: 0,9em;
	color:#333333;
	font-weight: strong;
	}

#coluna_conteudo p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	}


#coluna_conteudo p b {
	font-size: 1.0em;
	line-height: 1.75em;
	color: #000000;
	font-weight: bold;
	}

#coluna_conteudo li {
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-type: square;
	padding-bottom: 0.5em;
	color: #333333;
	}
	
#coluna_conteudo p a {
	text-decoration: underline;
	color: #000000;
	}
	
#coluna_conteudo p a:hover {
	color: #777742;
	}
	
#coluna_conteudo a {
	text-decoration: underline;
	color: #000000;
	}
	
#coluna_conteudo h2 a:hover {
	color: #777742;
	}
	
#coluna_conteudo h3 a {
	text-decoration: undeline;
	color: #000000;
	}

#coluna_conteudo h3 a:hover {
	text-decoration: none;
	}
	
#coluna_conteudo li a {
	text-decoration: undeline;
	color: #000000;
	}

#coluna_conteudo li a:hover {
	text-decoration: none;
	}
	
	
	
#leiatambem p {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #333333;
	}
	
#leiatambem p a {
	text-decoration: underline;
	color: #000000;
	}
	
#leiatambem p a:hover {
	color: #777742;
	}


/* ************************************************** */



/* ID'S  COLUNA ESQUERDA */
/* ************************************************** */

#coluna_sub_menu p {
	font-size: 0.75em;
	color: #333333;
}

#coluna_sub_menu p a {
	text-decoration: none;
	color: #000000;
}

#coluna_sub_menu p a:hover {
	text-decoration: underline;
}


/* ID'S  TABELA CONTATO */
/* ************************************************** */

#contato input, select, textarea, submit {
	font-weight: normal;
	border: 1px #999999 solid;
	text-indent: 3px;
	background-color: #FFFFF8;
	color: #333333;
	}

#contato p {
	padding-top: 10px;
}	



/* ID'S  SUB-MENU */
/* ************************************************** */

#sub_menu {
	background-image: url('../imagens/bg_sub_menu.gif');
	background-repeat: repeat; 
	width: 185px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 3px; 
	padding-left: 4px;
	font-size: 0.70em;
}

#sub_menu_det {
	background-image: url('../imagens/det_sub_menu.gif');
	width: 185px; 
	height: 40px;
}

#sub_menu a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* ************************************************** */



/* ID'S  MENU PRINCIPAL */
/* ************************************************** */

#menu_principal {
	font-size: 0.70em;
	text-align: left;
	background-image: url('../imagens/fundo_menu_1.jpg');
}

#menu_principal a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*
#menu_principal a:hover {
	color: #000000;
}

#menu_principal b {
	color: #A49D6A;
}
*/

/* ************************************************** */



/* ID'S  MENSAGEM DE APOIO */
/* ************************************************** */

#msg_apoio {
	background-image: url('../imagens/bg_msg_apoio.gif');
	background-repeat: repeat; 
	width: 230px; 
	height: relative;
	padding-top: 60px; 
	padding-bottom: 12px; 
	padding-right: 8px; 
	padding-left: 8px;
}


#msg_apoio p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.70em;
	line-height: 1.5em;
	color: #333333;
	}

#msg_apoio p b {
	color: #000000;
	}



/* ID'S  RODAPÉ */
/* ************************************************** */


#rodape {
	align: center;
}


#rodape ul {
	margin: 0px;
	padding: 0px;
}
#rodape li {
	font-size: 0.7em;
	line-height: 1.7em;
	list-style-position: inside;
/*	list-style-type: square;*/
	list-style-image: url('../imagens/seta_rodape.gif')
}

#rodape li a {
	color: #333333;
	text-decoration: none;
}

#rodape li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ************************************************** */


/* ID'S  TABELA PROGRAMAÇÃO */
/* ************************************************** */

#programa {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background-color: #E7E7DA;
}

#programa b {
	line-height: 2em;

}

#programa #linhabranca {
	background-color: #FFFFFF;
}

#data25, #data26, #data27 {
	font-weight: bold;
	color: #FFFFFF;
}

#data25 {
	background-color: #999933;
}

#data26 {
	background-color: #666600;
}

#data27 {
	background-color: #333300;
}

.erro {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #ff0000;
}

.clipping_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.75em;
	font-weight: bold;
	color: #000000;
}

.clipping_desc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #333333;
}


#aprovados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0E0E0;
}

#aprovados p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}