
/*Estilos comuns em todas as páginas*/
body{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

td, div
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a.menu:hover{
	color:#FFFFFF;
	background-color:#0092D1;
	padding: 0 5 0 5;
	
}

a, a:hover, a:active, a:visited{
	color:#3E3E3E;
	text-decoration: none;
}

#conteudo{
	margin: 10 20 10 20;
}

/*CAMPOS FORMULÁRIOS*/
.inputLaranja
{
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #F5BB57;
}

.input
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #959597;
}

.select{
	font-size: 10px;
	border: 1px solid #000000;
}

.buttonBusca
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	background: #F1BA56 url(/educacao/images/iclupa.gif) 1px 1px no-repeat;
	padding: 0 8 0 8;
	border: 1px solid #D9EDFF;
}

.button
{
	background-color: #F1BA56;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	padding: 0 8 0 8;
	border: 1px solid #D9EDFF;
}

.fundoLaranja{
	background-color: #FCE9C9;
	padding: 4 8 4 8;
}

.TituloDocumento
{
	background: url(/educacao/images/titulo.gif) no-repeat;
	width: 751px;
	height: 22;
	padding-left: 8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase; 
}

/*FIM CAMPOS FORMULÁRIOS*/

.divi_itens{
	background: url(/educacao/images/divisoria.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fundoBranco{
	background-color: #FFFFFF;
}


A.NavBarIndex
{
	FONT-WEIGHT: BOLD;
    FONT-SIZE: 8pt;
    COLOR: #D9992D;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.NavBarIndex:hover
{
    COLOR: #D9992D;
    TEXT-DECORATION: none
}

#content {position: absolute;}