html, body, form { 
	margin:0px; 
	padding:0px;
	width:100%;
	height:100%;
}

body {
	background-color:#EDEDDC;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:18px;
}

/* DIVs compartilhados para na home e internas */
#geral {
	position:relative;
	width:100%;
	background-attachment: scroll;
	background-image: url(../imgs/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	z-index:0
}

#combo {
	position:relative;
	width: 800px;
	height: 280px;
	left:50%;
	margin-left:-400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:1;
}

#rodape {
	background-attachment: scroll;
	background-image: url(../imgs/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	width: 750px;
	height: 75px; margin-top:20px;
	left:50%;
	margin-left:-375px; padding-top: 10px; 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	z-index:2;
}

#borda {
	background-attachment: scroll;
	background-image:url(../imgs/borda_inf.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	position:relative;
	width: 900px;
	height: 50px;
	left:50%;
	margin-left:-450px;
	background-color: #EDEDDC;
	z-index:4;
}

#estrategia1 {
	width:60px;
	height: 30px;
	float:right;
	margin: 40px 50px 0px 0px;
}

/* Títulos */
h1 {
	font-size:12px;
	padding:0px;
	margin:0px;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size:11px;
	padding:0px;
	margin:0px;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F30; 
}

p {
	margin-top: 5px;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0,5pt;
	word-spacing: 0,5pt;
	text-align: justify;
}

/* Formulários */
.formulario {
	margin-top: 5px;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;

}

/* Links */
a { color: #666; text-decoration:none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F60; }
a:hover { color:#F30;}

a.noticias { text-decoration:none; border-bottom-width: 0px; border-bottom-style: none; }
a.noticias:link { color:#666666; text-decoration: none; }
a.noticias:visited { color: #666666; text-decoration: none; }
a.noticias:hover { color: #666666; text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F60;  }
a.noticias:active { text-decoration: none; }

a.rodape { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration:none; border-bottom-width: 0px; border-bottom-style: none; }
a.rodape:link { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration: none; }
a.rodape:visited { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration: none; }
a.rodape:hover { font-family:Verdana, Geneva, sans-serif; color: #999; text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F60; }
a.rodape:active { font-family:Verdana, Geneva, sans-serif; color: #999; text-decoration: none; }

a.estrategia1 { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration:none; border-bottom-width: 0px; border-bottom-style: none; }
a.estrategia1:link { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration: none; }
a.estrategia1:visited { font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #999; text-decoration: none; }
a.estrategia1:hover { font-family:Verdana, Geneva, sans-serif; color: #999; text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #F60; }
a.estrategia1:active { font-family:Verdana, Geneva, sans-serif; color: #999; text-decoration: none; }

address { 
font-style:normal;
}

dfn {
font-style:normal;
}