* { 
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:10px;
	margin:0;
	}
body {background:#f1f1f1;}

a {text-decoration: none}
a:hover {text-decoration: underline}

.topo { 
	border-right:1px solid #333;
	}
.barra_top {
	background:#284A70 !important;
	border-top:2px solid #2A88BB;
	}
.corpo {
	border-right:1px solid #333; 
	border-bottom:1px solid #333;
	background:#fff;
	text-align:justify;
	padding:50px;
	height:200px;
	line-height:25px;	
	}
.login input {
	border:1px solid #143A69;
	color:#666;
	}
.login fieldset {
	width:145px;
	margin:0 0 0 55px;
	padding:10px 0 8px 5px;
	border:none;
	}
.login label {
	color:#143A69;
	display:block;
	width:45px;
	float:left;
	}
.campo-login {
	width:80px;
	height:16px;
	font-weight: normal;
	color: #000;
	background:#fff;
	border: 1px solid #333;
	margin-bottom:3px;
	}
.bt-login {
	color: #fff !important;
	width:21px;
	height:17px;
	background:#2A88BB;
	border: 1px solid #143A69 !important;
	}
