body {
	background:url(img/fundo.jpg);
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.laranja {
	color:#DE9A39;
}
H1 {
	color:#DE9A39;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.tamanho {
	width:780px;
}

.login_caixa {
	color:#B9B8BE;
	border:1px solid #B9B8BE;
	background:#636469;
	font-size:11px;
	height:14px;
	width:124px;
	padding:0 5px;
}
.recupera {
	color:#B9B8BE;
}
#topo {
	text-align:left;
	background:url(img/fundo_topo.jpg) repeat-x;
}
#rodape {
	background:#ffffff url(img/rodape.jpg) repeat-x top;
	font-family:"Arial Narrow";
	font-size:10px;
	padding:10px 5px;
	color:#000000;
} 
#rodape a { color:#000000; }
form {
	padding:0;
	margin:0;
}
p {
	line-height:200%;
	font-weight:bold;
}
#erro {
	font-weight:bold;
	line-height:40px;
	color:#770000;
	border:solid 1px #FF9900;
	background:#FFCC66;
	margin:5px;
	text-align:center;
	font-size:16px;
	clear:both;
	height:40px;
}
#atencao { border: 1px dotted #FF0000; background:#FF9900; color:#FFFFFF; padding:10px; text-align:center;}

