
body
	{
	background-color: #4766AB;
	background-image: url(../comum/temas/bg_violeta.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	margin: 0px;
	}

td
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	}
	
th
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	}
		
table.externa
	{
	width: 760px;
	}	
	
table.externa td.cabecalho
	{
	border-bottom: 1px solid #440E62;
	background-color: #440E62;
	padding: 10px;
	line-height: 1;
	}	

table.externa td.figura
	{
	border-bottom: 1px solid #440E62;
	background-color: #440E62;
	/* padding: 10px; */
	line-height: 1;
	}		
	
table.externa td.menu
	{
	padding: 7px 10px 10px 10px;
	width: 142px;
	vertical-align: top;
	}	

table.externa td.conteudo
	{
	padding: 10px 20px 10px 10px;
	width: 610;
	vertical-align: top;
	}	
	
table.externa td.rodape
	{
	padding: 10px 20px 10px 10px;
	width: 610;
	color: gray;
	vertical-align: top;
	}	

table.pagina
	{
	border: 1px solid #440E62;
	padding: 5px;
	}

table.pagina th
	{
	background-color: silver;
	padding: 5px;
	}

table.pagina td
	{
	background-color: #ededed;
	padding: 5px;
	}


	
/* ------------------------------------------------- */
/* --------------- Estilos Gerais ------------------ */
/* ------------------------------------------------- */

p 
	{
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: justify;
	}

ul 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 13px; 
	margin-top: 0px;
	/* border: 1px solid black; */
	}

ol 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: upper-roman;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 13px; 
	margin-top: 0px;
	/* border: 1px solid black; */
	}

li 
	{
	font-size: 16px;
	margin-bottom: 5px;
	}

form
	{
	padding: 0px;
	margin: 0px;
	}

label
	{
	font-weight:bold;
	color: black;
	}


input
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* font-weight: bold;
	color:#7294A1; 
	border: 
	background-color: 	*/
	margin-top: 3px;	
	vertical-align: middle;
	}

select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* font-weight: bold;
	color:#7294A1; */
	margin-top: 3px;
	margin-bottom: 15px;
	}

.checkbox
	{
	border: none;
	background-color: white;
	margin-bottom: 2px;
	vertical-align:middle;
	}

.radio
	{
	border: none;
	background-color: white;
	margin-bottom: 2px;
	vertical-align:middle;
	}


.botao
	{
	border-top: 2px solid #D8C6E4;
	border-left: 2px solid #D8C6E4;
	border-bottom: 2px solid #440E62;
	border-right: 2px solid #440E62;
	background-color: #8560A8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 1px 10px 1px 10px;
	}	

/* hr
	{
	width: 200px;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-top: 1px solid silver;
	border-bottom: none;
	}
*/

a:link, a:visited, a:active
	{
	color: #FF6C00;
	text-decoration:none;
	}

a:hover
	{
	color: gold;
	text-decoration:underline;
	}	


/* ------------------------------------------------- */
/* -------- Estilos para o menu de seções ---------- */
/* ------------------------------------------------- */


a.menu:link, a:visited, a:active
	{
	color: #6F00AD;
	text-decoration:none;
	}

a.menu:hover
	{
	color: #D486FF;
	text-decoration: none;
	/* background-color: ;
	display: block; */
	}	

.menu_item
	{
	border-top: ;
	border-top-style: ;
	border-top-color: ;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C6E4;

	/* border-right:   ; */
	/* border-left:   ; */
	padding: 3px 3px 3px 0px;
	}

.menu_secao
	{
	border-top: ;
	border-top-style: ;
	border-top-color: ;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #440E62;

	/* border-right:   ; */
	/* border-left:   ; */
	padding: 3px 3px 3px 0px;
	}



/* ------------------------------------------------- */
/* -------- Estilos para o meio da página ---------- */
/* ------------------------------------------------- */

h1, h2, h3, h4, h5, h6
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	}

h1 { font-size: 22px; color: gold; padding: 0px; font-style: normal; }
h2 { font-size: 18px; color: white; padding: 2px 0px 0px 0px; font-style: italic; }
h3 { font-size: 14px; color: white; padding: 15px 0px 0px 0px;}

h4 { font-size: 20px; color: #440E62; padding: 0px 0px 15px 0px; }
h5 { font-size: 16px; color: #440E62; padding: 0px; }
h6 { font-size: 14px; color: #440E62; padding: 10px 0px 5px 0px; }


/* ------------------------------------------------- */
/* ------------ Estilos para tabelas --------------- */
/* ------------------------------------------------- */

/* Tabela estilo conteudo */

table.conteudo
	{
	border: 1px solid silver;
	background-color: #EEEEEE;
	}	

table.conteudo th
	{
	background-color: #EEEEEE;
	}	


table.conteudo td
	{
	background-color: #FFFFFF;
	}	


/* Tabela Estilo Caixa */

table.caixa
	{
	border: 1px solid silver;
	background-color: #EEEEEE;
	}	

table.caixa td
	{
	background-color: #EFEFEF;
	}
