@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	background:#a6cfb8 url(img/bg.jpg) repeat-x;
}

.tb_delimita{
	background:#b6ddc7;
	border:#75ab8d 1px solid;
}

.tb_principal{
	background:url(img/fundo.gif) repeat-x #44916c;
}

.txt_destaque{
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.campos_formulario {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
border:#666666 1px solid;
}
.titulo_campos {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.campo_alerta
{
font-family: "Trebuchet MS";
font-size: 11px;
border: 1px solid black;
}
.texto_pagina
{
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.tabela_formulario
{
width: 200;
}

.titulo_campos
{
font-family:"Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.campos_formulario
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1 solid;
}

.campos
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1;
	width:350;
}

.outros_campos
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1;
	width:150;
}


.botao_enviar
{
font-family: "Trebuchet MS";
font-size: 11px;
color: white;
background-color:#97946b;
border:0px;
cursor:hand;
}

a:link, a:visited{
	color:#CC6600;
}
a:hover{
	color:#999900;
}

.titulo{
	font-size:16px;
	color:#009900;
	font-weight:bold;
}

.txt_laranja{
	color:#CC6600;
}