/* Fontes do Site */
.fonte {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color:#333333;
	text-decoration:none;
}

.fonte_bege_bold {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color:#CC9966;
	font-weight: bold;
	text-decoration:none;
}
.erro {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-decoration:none;
	color:#FF0000;
}

.fonte_roxo_bold {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color:#45003B;
	font-weight: bold;
	text-decoration:none;
}

.fonte11 {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color:#333333;
}

.fonte10 {
	font-family: Arial;
	font-size: 10px;
	line-height: 17px;
	color:#333333;
}

.fonte18 {
	font-family: Arial;
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
}

.fonte_negrito {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
.fonte_negrito_branco {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
}

.fonte_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(imagens/fundos/fundo_form.jpg);
	color: #000;
	border:solid ;
	border-width: 1px;
	border-color: #E0E0E0;
}

.form_gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(imagens/fundos/fundo_form_gr.jpg);
	color: #000;
	border:solid ;
	border-width: 1px;
	border-color: #E0E0E0;
}


/****** Bordas ******/
.continua_todo {
border:solid ;
border-width: 2px;
border-color: #f1f1f1;
}

/****** Posicionamentos ******/
div.figura {
  float: right;
  margin: 0.3em;
  padding: 0.3em;
}.fonte .figura img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tdprincipal {
	background-color: #FFFFCD;
	background-image: url(imagens/fundos/fundo_caixas_principal.jpg);
	background-repeat: repeat-x;
	width: 160px;
	padding: 10px;
	height: 220px;
}
