<!--
body {
	background: url("imagens/framework/topbg1.gif");
    background-repeat: no-repeat;	
	/*margin: 0; /* margem esquerda */
	/*padding: 0; /* margem superior */
	/*text-align: center; /* posição margens */
}
-->
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txcontato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0F5F02
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;	
}
.cabecalho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;		
}
.anuncio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.link {
	text-decoration:none
}
.fonteNormal {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#000000
}
.fonteObrigatorio {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#990000
}
.fonteInformacao {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color:#990000
}
.fonteInput {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color:#000000
}
/* aviso no campo */
label.error { 
	font-family: Verdana;
	display: block;
	float: none; 
	color: red; 
	margin: 0 .5em 0 0;
	margin-top: 16;
	margin-left: 740;
	vertical-align: top; 
	font-size: 10px;
	font-weight: bold; 
}
