body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;

}
body{
	color:#036;
	background:url(index_arquivos/fundo.jpg);
}

.bord {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bmenu {
	border: 2px solid #68b0e0;
}
.bordatopmenu {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cbe4fe;
}
.linkbranco {
	color: #FFFFFF;
}
a:link, a:active {
	text-decoration:underline;
	color: #003366;
}
a:visited {
	color: #990099;
}
a:hover {
	color:#0000FF;
}
.linkazul {
	color: #336699;
}
.destaq {
	color: #FF6600;
}
.bordaazul {
	border-bottom: 1px solid #8bc4ea;
}
.esp {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container{
	width:770px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-365px;
	top:0;
}

#topo{
	margin:0;
	padding:0;
	height:186px;
}

#menu_pag{
	background:#003871;
	height:45px;
	padding-top:7px;
}
#menu_pag ul, #menu_pag ul li{
	list-style:none;
	display:inline;
	margin:0;
}
#menu_pag a{
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	border-top:3px solid #006666;
	color:#FFF;
	margin-top:5px;
	display:block;
	width:80px;
	margin-left:15px;
	float:left;
}
#menu_pag a:hover{
	border-top:3px solid #FF9900;
}
#menu_pag a.selected{
	border-top:3px solid #0066CC;
	color:#FFF;
	background:#003871;
}

#divisor{
	background:#dff3ff;
	margin-bottom:4px;
	height:3px;
}

#content{
	clear:both;
	width:755px;
	padding-top:20px;
	margin-bottom:30px;
	padding-right:15px;
}
#conteudo{
	clear:both;
	width:85%;
	padding-top:20px;
	margin-bottom:30px;
}

#rodape{
	clear:both;
	width:100%;
}