@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 
a{	
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;	color:#FFF;	text-decoration:none;
}
body {
	margin:0; 
	padding:0;
	background:#82B5E3;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#txt_topo{
	width:945px;
	position:relative;  /*Contexto de posicionamento */
	color:#FFFFFF;
	font: 15px "Trebuchet MS", Arial;
	margin:0 auto;
	text-align:right;
	font-weight:bold;
	padding-right:15px;	
}	
#tudo { 
	width:955px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff;
	margin:0 auto;
	text-align:left;
	}
#tudo #topo {
	background: url(../img/topo.jpg) repeat #FFF; 
	width:955px;
	height:44px;
	text-align:left;
	border:0px;
	font: 15px "Trebuchet MS", Arial;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:175px;
	}
#formulario_login{
	margin-left:495px;
	width:455px;
	height:42px;
	color:#2078A5;
	background: url(../img/fundo_login.jpg) no-repeat #FFF; 
}
#campos{
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	border:0px;
	font: 15px  "Trebuchet MS", Arial;
	color:#1576EA;
}
#button{
	margin-left:5px;
	font: 15px  "Trebuchet MS", Arial;
	color:#000;
}
#txt_descricao_pagina{
	width:955px;
	height:26px;
	font: 15px  "Trebuchet MS", Arial;
	color:#000000;
	background: url(../img/fundo_txt_descricao_pagina.jpg) no-repeat #FFF;
}
#txt_descricao_pagina label{
	margin-left:295px;
}
#conteudo {margin:auto; background: #fff;}
#box_menu{
	width:280px;
	height:auto;
}
#box_menu label{
	margin-bottom:15px;
	margin-top:5px;
}
#box_conteudo {
	width:670px;
	float:left;
	text-align:justify;
	}

#rodape {
	width:955px;
	height:155px;
	background: url(../img/rodape.jpg) no-repeat;
	position: absolute;
	bottom: 5; 
	text-align:center;
	
	}
#rodape p {
	padding-top:5px;
	margin:0;
	font-weight:bold;
	color:#fff;
	}
.clear {clear:both;}
.style1 {color: #7FBC0B;}