body {
	margin:0px;
	background-color:#CFD6CF;
	}

.principal{
	width:810px;
	position:absolute;
	left:50%;
	margin-left:-385px;
	background-image:url(../imagens/bordas.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	}

.texto_pequeno_preto_normal {
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
	font-weight:normal;
}
.texto_pequeno_preto_negrito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bolder;
}
.texto_pequeno_azul_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:normal;
}
.texto_pequeno_azul_negrito {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bolder;
}
.texto_pequeno_azul_escuro_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000FF;
	font-weight:normal;
}
.texto_pequeno_azul_escuro_negrito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000FF;
	font-weight:bolder;
}
.texto_pequeno_azul_claro_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0070c6;
	font-weight:normal;
}
.texto_pequeno_azul_claro_negrito {
	font-family: Tahoma;
	font-size:12px;
	color:#BF811C;
	font-weight:bolder;
}
.texto_pequeno_azul_mar_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#364B8A;
	font-weight:normal;
}
.texto_pequeno_azul_mar_negrito {
	font-family: "Trebuchet MS";
	font-size:12px;
	color: #FFFFFF;
	font-weight:bolder;
}
.texto_pequeno_vermelho_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:normal;
}
.texto_pequeno_vermelho_negrito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bolder;
}
.campo_texto {
	border: 2px groove #A6BEFF; 
	background-image: url('../imagens/bck_form.gif')
}
a:visited, a:link, a:active {
	color: #000000;
	font-size:12px;
	text-decoration : none;
}
a:hover {
	color: #FF6600;
	font-size:12px;
	text-decoration : none;
}