@charset "utf-8";
/* CSS Document */

body {
	border:0px;
	margin:0px;
	padding:0px;
	background:#000000;
}

#principal{	
	margin:0 auto;
	width:760px;
	position:relative;
	background:#FFFFFF;
}

#cabecalho{
	position:relative;
	top:0px;
	width:760px;
	height:235px;
	float:left;
	background:url(../imagens/cabecalho.jpg) center no-repeat;
	text-align:center;
}

#corpo{
	position:relative;
	top:0px;
	width:760px;
	float:left;
	background:#FFFFFF;
}


#menu_lateral {
	position:relative;
	width:191px;
	top:0px;
	text-align:left;
	float:left;
	top:5px;	
}

#conteudo{
	position:relative;
	width:520px;
	right:40px;
	float:right;
	top:15px;
	padding-top:15px;
	bottom:15px;
	background:url(../imagens/bg_conteudo.jpg) top no-repeat;
}
#titulo h2{
	position:relative;
	width:520px;
	height:32px;
	right:40px;
	float:right;
	top:5px;
	background:url(../imagens/bg_titulo.jpg) center no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:26px;
}

#rdp{
	position:relative;	
	top:0px;
	width:760px;
	height:50px;
	float:left;
	background:url(../imagens/bg_rdp.jpg) center no-repeat;
}

h1{
	display:none;
	}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444444;
	text-align:justify;
	padding:0px 20px 20px 20px;
	font-weight:bold;	
}
.nota{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	text-align:center;
	font-weight:bold;
	padding:0px 0px 20px 0px;	
}
.nota a{
	text-decoration:none;
	color:#444444;
}
.nota a:hover{
	border-bottom:#333333 solid 1px;
	}

/* ESTILOS FORM */

.option, select, input, button {
	font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background-image: url(../imagens/bg_forms.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}
.bt_enviar {
	FONT-SIZE: 13px;
	font-family: Arial;
	font-weight:bold;
	color:#ffffff;
	background-image: url(../imagens/bg_bt.jpg);	
	width:60px;
	height:25px;
	border:solid #FF0000 #b6b6b6 0px;
}	

#mensagem{
    font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background:#000066;
	background-image: url(../imagens/bg_textarea.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}