/* Folha de Estilos */

body
{
	background:url(../img/bg.jpg);
	margin: 0px;
	padding: 0px;
	text-align:center
}

#container
{
	width:627px;
	margin-left:auto;
	margin-right:auto;
}

p,div,label,span,a
{
	font-family:Arial, Trebuchet MS, Verdana;
	font-size:11px;
	color:#000;
	line-height:11px;
}

br{line-height:12px}

div { text-align:left }

img{border:0px}

a {text-decoration:none}

a:hover { text-decoration:underline }

.block { display:block}

.branco {color:#fff}

.azul {color:#0074c5}

.negrito {font-weight:bold}

.underline {text-decoration:underline}

.texto11{font-size:11px}

/* ========== Formulário ========== */
input, textarea
{
	border:0px;
	background-color:#fff;
	color:#000
}



