html * { border:0; margin:0; padding:0; }
html { overflow: -moz-scrollbars-vertical; }
body { background-color:#f0efe8; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#333; }
a { color: #fff; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { font-size:1.5em; }
h2{ font-size:1.3em; }
h3 { font-size:0.9em; font-weight:normal; }
input, textarea, select { border:1px solid #b5b397; font-family:inherit; }
label { width:100px; font-size:0.90em; font-weight:bold; text-align:right; }
legend { font-size:1.05em; font-weight:bold; }
table { background-color:#f5f5ee; border:1px solid #b5b397; padding:5px; }
td { padding:2px; font-size:0.95em; }
th { text-align:left; height:30px; line-height:30px; vertical-align:middle; }

#div_conteudo a { color:inherit; text-decoration:underline; }
#div_conteudo ul { padding:0 0 0 20px; }
#div_menu ul { margin:0 0 0 22px; }
#div_menu li { color:#fff; list-style-type:square; font-size:11px; font-weight:bold; margin:5px 0 5px 0; padding:0 0 0 -30px; width:80px; }

#div_conteudo {
	background-image:url(imagens/conteudo.png);
	float:right;
	min-height:491px;
	padding:0 5px 0 20px;
	width:508px;
}
#div_menu {
	background-color:#5e5b3a;
	background-image:url(imagens/menu.png);
	float:left;
	height:491px;
	padding:10px 0 0 0;
	width:112px;
}
#div_principal {
	background-color:#eae9dc;
	background-image:url(imagens/rodape.png);
	border:1px solid #b5b3a7;
	margin:0 auto;
	width:780px;
}
#div_rodape {
	background-image:url(imagens/rodape.png);
	clear:both;
	height:27px;
	width:100%;
}
#div_titulo {
	background-color:#135091;
	background-image:url(imagens/titulo.png);
	float:left;
	height:491px;
	width:135px;
}
.alinhamento_direita { text-align:right; }
.obrigatorio_form { color:#f00; font-weight:bold; }
.Campo {font-family:Verdana, Arial; font-size:12px; color: black; border: #000000; border-style: solid; border-width: 1px;
	scrollbar-arrow-color: #003366;
	scrollbar-3dlight-color: #003366; 
	scrollbar-highlight-color: #fff; 
	scrollbar-face-color: #F5f5f5;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-track-color: #FFF;}