@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
UNIVERSAL
----------------------------------------------------------*/
.red{
	color:#6e0001;
}
.left{
	margin-left:0px;
}
#left{
	margin-left:0px;
}
.top{
	margin-top:0px;
}
#top{
	margin-top:0px;
}
.right{
	margin-right:0px;
}
#rigth{
	margin-right:0px;
}
.botton{
	margin-botton:0px;
}
#botton{
	margin-botton:0px;
}

#principal{
	margin:0 auto;
	width:1004px;
	height:autopx;
}
.branco-formulario{
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
#azul{
	color:#2f3192;
}
#cinza{
	color:#333;
}