body {
	background: url(imagens/fundo.png) repeat-x #6c9ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
}
a:link, a:visited{
	text-decoration:none;
	color:#0000FF;
}
a:hover{
	text-decoration:underline;
}
#moldura{
	width: 900px;
	margin: auto;
}
#topo{
	width: 900px;
	height: 20px;
	background: url(imagens/topo.png) no-repeat;
	_background-image: none; /* apenas para IE6 */
	_filter: none; /* apenas para IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/topo.png, sizingMethod='scale'); /* apenas para IE6 */
}
#rodape{
	width: 900px;
	height:20px;
	background: url(imagens/rodape.png) no-repeat;
	_background-image: none; /* apenas para IE6 */
	_filter: none; /* apenas para IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/rodape.png, sizingMethod='scale'); /* apenas para IE6 */	
}
#conteudo{
	min-height:600px;
	background: #FFF;
	padding-left: 9px;
	padding-right: 9px;
}
#logotipo{
	width: 300px;
	float: left;
}
#menu{
	float: right;
	line-height: 84px;
}
#menu a:link, #menu a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #1E3F63;
	font-size: 14px;
}
#menu a:hover{
	text-decoration: underline;
}
#menu li{
	display: inline;
	padding: 10px;
}
#slide{
	width: 870px;
	height: 170px;
	background: #CCC;
	padding: 5px;
	clear:both;
	margin-top:10px;
}
#fieldset{
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
#cont_topo{
	width: 880px;
	height: 39px;
	background: url(imagens/cont_topo.png) no-repeat;
}
#cont_meio{
	width: 850px;
	background: url(imagens/cont_meio.png) repeat-y;
	padding: 8px 15px 0 15px;
}
#cont_rodape{
	width: 880px;
	height: 11px;
	background: url(imagens/cont_rodape.png) no-repeat;
}
#legenda{
	height: 34px;
	padding-left: 12px;
	padding-top: 5px;
}
#legenda_esq{
	width: 11px;
	height: 34px;
	background: url(imagens/legenda_esq.png) no-repeat;
	float: left;
}
#legenda_meio{
	height: 34px;
	background: url(imagens/legenda_meio.png) repeat-x;
	float: left;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height:34px;
	padding-right: 5px;
}
#legenda_meio img{
	padding-top:6px;
}
#legenda_dir{
	width: 9px;
	height: 34px;
	background: url(imagens/legenda_dir.png) no-repeat;
	float: left;
}
#filiais{
	width: 850px;
}
#filial{
	border: dotted 2px #999;
	width: 180px;
	padding:9px;
	text-align: center;
	float: left;
}
#filial label{
	font-size: 12px;
}
#filial div{
	background:#CCC;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
}
#creditos{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #386A9C;
	clear:both;
}
#creditos a:link, #creditos a:visited{
	text-decoration: none;
	color: #386A9C;
}
#creditos a:hover{
	text-decoration: underline;
}
label{
	color: #1E3F63;
	font-weight: bold;
}
form{
	margin:0px;
}
img{
	border: none;
}
p{
	margin-top:0px;
	margin-bottom:5px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
legend
{
	color:#0000FF;
	font-weight:bold;
}