/* CSS Document */

body {
	margin: 0px;
	/*background-image: url(/imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #000000;
}

.fundo{
	margin: 0px;
	background-image: url(/imagens/site/fundo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}


.border{
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

.border2{
	
	border-top: 1px none #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
}



input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px 1 #333333;
	}
	
.botao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #c12724;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	font-weight: bold;
	line-height: 15px;
	}

iframe{
	border: 1px solid #333333;
	}


.titulo1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #000000;
	font-weight: bold;
}

.titulo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight: bold;
	color:#002252;
	
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

.link_adm{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.link_adm:hover {
	color: #000000;
	text-decoration: none;
}




.border_tabela{
	border: 1px solid #333333;
}

.border_img{
	border: 1px solid #DFF1F4;
}


.DivAberto {
  display: block;
}

.DivFechado {
  display: none;
}



.txt_branco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}


/* 2010-3-1 */
.texto_peq{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
