html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0px none;
	overflow:hidden
	}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*remove padding */
	margin:0; /* remove margins */
	border:0px none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:Verdana;
	background-color: #999999;
	/*background-image: url(../images/fundo.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topo {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: /*url('../images/topo.jpg') center repeat-x*/;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#conteudo {
	float: right;
	overflow: auto;
	position: absolute;
	top: 80px;
	bottom: 25px;
	right: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	height: expression(document.documentElement.clientHeight - 106);
	}
#rodape {
	font: 9pt Verdana;
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 25px;
	z-index: 3;
}


.textbox, .textarea {
	border: 0px solid #000;
	font: 10pt Verdana;
	text-indent: 5px;
}
.textbox {
	background: url('../images/input_text.gif') left top no-repeat transparent;
}
.textarea {
	background: url('../images/textarea.gif') left top no-repeat transparent;
	overflow: auto;
}
