body {

	background: url(../imagens/bg.jpg) repeat-x #F3F3F3;	

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:11px;

}



h1 {

	font-size:18px;

	color:#FFFFFF;

	margin:0;

}



#principal {

	width: 90%;	

	margin: 0 auto;

	background-color:#FFFFFF;
	
	height: auto;

}



#barra {

	width: 100%;

	height: 25px;

	background: #CCCCCC;

	border-top: 0px solid #999;

	border-bottom: 0px solid #999;

	vertical-align:bottom;	

}



#conteudo {

	background: #f7f7f7;

	padding: 5px;

	text-align:center;
	
	height: auto;	

}



#conteudo h1 {

	margin-top:5px;

	font-size: 14px;

	color: #000000;

}



#banner {

	width: 100%;

	background: #FFFFFF;

	border-top: 4px solid #666;

}



#rodape {

	width: 100%;

	height: 27px;

	background: #999;

	vertical-align:bottom;	

	color: #fff;
	
	margin-top: 5px;

}



#botao {

	float: left;

	width: 80px;

	height: 15px;

	text-align:center;

	margin-right: 5px;

	border: 1px solid #999999;

	background-color: #ebebeb;

	cursor:pointer;

}



input {

	background: #fff;

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	height: 15px;

}

select {

	background: #fff;

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	height: 20px;

}



form { margin:0; }



.submit {

	height: 25px;

}



.processa {

	color:#FF0000;

	font-weight:bold;

}



a,a:active,a:visited {

color: #000;

text-decoration:none;

}



a:hover {

color: #000;

text-decoration: underline;

background-color:#CCCCCC;

}