@import url("titulos.css");
*{
	margin:0px;
	padding:0px;
}
body {
	background-image: url(../img/fundoDegrade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
/*--Layout--*/
div#geral{
	width:750px;
	margin:auto;
	display:block;
}
div#topo{
	margin-top:10px;
}
div#geral #menu{
	width:181px;
	float:left;
}
div#geral #content{
	width:550px;
	float:right;
	height:auto;

}
div#geral #menuRodape{
	width:750px;
	clear:both;
}
/*--Estilos geral*/
input, textarea, select {
	border: #ADADAD 1px solid;
}
input#submit {
	height: 18px;
	font-size:11px;
}
.textoAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #000069;*/
	color: #333333;
}
.textoCinza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #000069;
}
a:visited {
	text-decoration: none;
	color: #000069;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
div#geral #content p{
	text-align:justify;
	padding:0 15px 0 15px;
}
div#geral #content p.textoini{
	text-align:left;
}

td.caixa{
	padding:12px;
	background: url(../img/fundoCaixa.jpg) no-repeat bottom;
}
a.cadastramento{
	text-indent:-9000em;
	display:block;
	width:291px;
	height:21px;
	
	background:url(../img/bt_cadastramento.gif) no-repeat;
}
div#geral #formCategoria {
	margin-bottom: 10px;
	width: 400px;
	position: relative;
	left: 150px;
}