body {
	border:0px;
	margin:0px;
	padding:0px;
	list-style: none;
}
#geral {
	position:absolute;
	top:0px;
	left:50%;
	width:900px;
	margin-left:-450px;
}
#topo{
	width:900px;
	height:auto;
}
#corpo {
	width:auto;
	height:auto;
	background-color:#FFF;
}
#rodape{
	width:auto;
	height:auto;
}


.clear{ 
	clear:both; 
} 

.linha1 {
	background-color:#000;
	padding:3px;
}
.linha2 {
	background-color:#2D2D2D;
	padding:3px;
}
a.cl_img:hover{
	opacity:0.8; 	
}

.form_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.form_txt2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.form {
	border: 1px solid #B0B0B0;
	border-radius: 3px;
	box-shadow: 0 0 10px #B8B8B8;
	background-color: #fff;
	width: 100px;
	height:15px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
}
.form2 {
	border: 1px solid #B0B0B0;
	border-radius: 3px;
	box-shadow: 0 0 10px #B8B8B8;
	background-color: #fff;
	width: 100px;
	height:15px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.porq{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.porq:hover{
	text-decoration: underline;	
}
.botao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border:0px;
	padding:6px;
	background-color:#009;
	cursor:pointer;
}