body {
	color: #FF0000;
	margin: 0px;
	background: url(../imgs/fundo.jpg) no-repeat center top;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
.ladeamento {
	background: url(../imgs/ladeamento_site.jpg) no-repeat fixed center bottom;
}

h4 {
	font: normal 9px Tahoma, Arial, Verdana;
	color: #99B3E9;
	margin: 0px;
}

h1 {
	font: bold 13px Tahoma, Arial, Verdana;
	text-transform: uppercase;
	color: #FF6600;
	margin: 0px;
}
h2 {
	font: normal 9px Tahoma, Arial, Verdana;
	color: #999999;
	margin: 0px;
}
h3 {
	color: #FF6600;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}
.agendaItem {
	background: #E8E8E8;
	margin: 0px;
	padding: 15px;
	border: 1px solid #CFCFCF;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {

	color: #3366CC;
	text-decoration: underline;
}
a:visited:hover {

	color: #FF6600;
	text-decoration: underline;
}
a:hover {


	color: #FF6600;
	text-decoration: underline;
}
a:active {



	color: #3366CC;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
td {
	font: 11px Tahoma, Arial, Verdana;
	color: #999999;
}
h5 {

	font: normal 11px Tahoma, Arial, Verdana;
	color: #FF6600;
	margin: 0px;
}
h6 {

	font: normal 11px Tahoma, Arial, Verdana;
	color: #99B3E9;
	margin: 0px;
}
input.text {
	font: normal 11px Tahoma, Arial, Verdana;
	color: #000000;
	background: #FFFFFF;
	text-indent: 3px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #99B3E9;
	height: 18px;
	width: 100px;
}

input.submit{
	width: 100px;
	font: normal 11px Tahoma, Arial, Verdana;
}

hr {
	margin: 0px;
	padding: 0px;
}
.fundoForm {
	background: url(../imgs/fundo_form.jpg) no-repeat left bottom;
}
.ladeamentoDir {

	background: url(../imgs/ladeamento_site.jpg) repeat-x fixed left bottom;
}
.fundoEventos {
	background: url(../imgs/fundo_eventos.gif) repeat;
}
.fundoEventos2 {

	background: url(../imgs/fundo_eventos2.gif) repeat;
}
.nTelefone {
	color: #000000;
}


#formulario{
	position:relative;
	
	width:405px;
	

}

#formulario .label{
	position:relative;
	display:block;
	margin-top:3px;
	width:35px;
	float:left;
	clear:both;
}
#formulario .error{
	position:relative;
	display:block;
	margin-bottom:3px;
	width:200px;
	height:20px;
	color:#c82515;
}
#formulario .input_text{
	position:relative;
	height:20px;
	width:250px;
	font:11px arial;
}

#formulario  textarea{
	position:relative;
	margin:5px 0 10px 0;
	width:286px;
	height:100px;
	font:11px arial;
}

#formulario #send_form{
	position:relative;
	margin-left:235px;
	font:11px arial;
	width:50px;
}