body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DBDBDB;
}
#topo {
	height: 151px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/bg_topo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	height: 50px;
	background-image: url(../img/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-top: 18px;
	margin-left: 28px;
}
#menu .ativo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #A2C2F9;
	text-decoration: none;
	float: left;
	margin-top: 18px;
	margin-left: 28px;
}
#menu a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #A2C2F9;
	text-decoration: none;
	float: left;
	margin-top: 18px;
	margin-left: 28px;
}
#conteudo {
	margin-top: 20px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 490px;
	background-image: url(../img/logo_conteudo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#conteudo_topo {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 151px;
}
#conteudo p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #133D87;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#conteudo center {
	font-family: Tahoma, Geneva, sans-serif;
	color: #133D87;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#conteudo marquee {
	font-family: Tahoma, Geneva, sans-serif;
	color: #133D87;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#conteudo a img {
	margin-right: 50px;
	margin-left: 60px;
}
#conteudo .link {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0000EE;
}
#conteudo .link:hover {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0000EE;
}
/*CSS DHTML*/
#bg_dthml{
 display: none;
 position: absolute;
 top: 0px;
 left: 0px;
 width:100%;
 height:1170px;
 min-height:100%;
 z-index:1001;
 background-color: #000;
 -moz-opacity: 0.5;
 opacity:.50;
 filter: alpha(opacity=58);
 cursor:pointer;
}	
#conteudo_dhtml {
	display: none;
	position: absolute;
	width:300px;
	height:406px;
	left:40%;
	top:30%;
	z-index:1002;
}
