* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(../img/fundo.gif);
	background-repeat: repeat;
}
#topo {
	text-align:center;
	width:960px;
	margin:0 auto
}
#main {
	text-align:center;
	width:1002px;
	margin-left:auto;
	margin-right:auto;
}
#conteudo3 {
	width:870px;
	margin:0 auto;
	background-image: url(../img/fundo_conteudo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#conteudo_home {
	width:870px;
	margin:0 auto;
	background-image: url(../img/fundo_conteudo_home.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#conteudo2 {
	background-image: url(../img/fundo_conteudo2.gif);
	background-repeat: repeat-y;
	text-align:left;
	z-index:0;
	margin-top:203px;
	float:left;
	width:1002px;
}
#rodape {
	background-image: url(../img/rodape_bg.jpg);
	background-repeat: no-repeat;
	height: 99px;
	background-position: top;
	clear:both;
}
#rodape2 {
	background-image: url(../img/rodape2.gif);
	background-repeat: no-repeat;
	height: 93px;
	width: 870px;
	clear: both;
	margin:0 auto;
}
#rodape2 a:link {
	text-decoration: none;
}
#rodape2 a:visited {
	text-decoration: none;
}
#rodape2 a:hover {
	text-decoration: underline;
}
#separa {
	margin-left: 500px;
	background-image: url(../img/separador.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 440px;
}
h1 {
	color: #008dd4;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008DD4;
	text-decoration: none;
	background-position: center;
}
.azul {
	color: #008dd4;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.azul_BTN {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #008dd4;
	border: 4px solid #008dd4;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008DD4;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008DD4;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008DD4;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #008DD4;	
}
.btn_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008DD4;
	margin-left: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #008dd4;
	border-right-color: #008dd4;
	border-bottom-color: #008dd4;
	border-left-color: #008dd4;
	width: 10%;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #008DD4;
	padding: 1px;
	width: 100%;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	list-style-image: url(../img/bullet.gif);
}
li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	padding-bottom:15px;
}
.informacoes {
	background-image:none;
}
.informacoes a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: block;
	color: #999999;
	padding-bottom: 20px;
	text-decoration: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-left: 24px;
	text-transform: uppercase;
}
.informacoes a:visited{
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: block;
	color: #999999;
	padding-bottom: 20px;
	text-decoration: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-left: 24px;
	text-transform: uppercase;
}	
.informacoes a:hover{
	color: #FF6600;
}
#popup {
	position:absolute; 
	display:block; 
	width:604px; 
	height:310px; 
	z-index:500; 
	left:50%; 
	margin-left:-302px; 
	top:120px;
}
