/* Folha de Estilos */

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

#container
{
	width:1000px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}

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

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}

.cor_orientacao {color:#402B00}

.azul{color:#1A6AB3}

.cinza{color:#666666}

.negrito {font-weight:bold}

.underline {text-decoration:underline}

.texto10{font-size:10px; line-height:11px}

.texto12{font-size:12px; line-height:13px}


/* ========== Formulário ========== */
input, textarea, select
{
	border:2px solid #E6D9B9;
	background-color:#EEE6D0;
	color:#7F5200;
	font-size:13px
}

textarea:hover, input:hover
{
	border:2px solid #D7C18E;
}