/* CSS Document */
.cima{
	width:100%;
	margin:0px auto;
}
.meio{
	width:900px;
	margin:0px auto;
	display:block;
}
.baixo{
	width:100%;
	margin:0px auto;
}
/* ESTILOS COMUM */
body, html{
	margin:0px auto;
	padding:0px;
	font-family:Tahoma;
	font-size:10px;
	background-color:#E2E2E2;
	width:100%;
	height:100%;
}
input{
	border:1px solid #CCCCCC;
	width:140px;
	font-size:9px;
}
textarea{
	border:1px solid #CCCCCC;
	width:90px;
	font-size:9px;
}
.botao{
	width:45px;
	border:1px solid #006600;
	background-color:#FFFFFF;
}
form{
	padding:0px;
	margin:0px;
	text-align:center;
}
select{
	border:1px solid #cccccc;
	width:200px;
	background-color:#FFFFFF;
	font-size:10px;
}
.tabela_principal{
	background:url(../imagens/fundo.jpg) repeat-x;
}