/* elementos geral */
body { 
	font: 12px Arial;
	background-color: #ffffff;
	margin: 0px;
	}

h1 {
	font: 9pt verdana;
	color: RGB(71,106,125);
	font-weight: bold;
	margin:10px 0px 0px 0px;
	position:relative;
	}

h2 {
	font: 8pt verdana;
	color: RGB(71,106,125);
	font-weight: bold;
	margin:0px 0px 0px 0px;
	position:relative;
	}
	
h3 {
	font: 8pt verdana;
	color: RGB(71,106,125);
	font-weight: bold;
	margin:0px 0px 0px 0px;
	position:relative;
	}

h4 {
	font: 8pt verdana;
	color: RGB(71,106,125);
	font-weight: bold;
	margin:0px 0px 0px 0px;
	position:relative;
	}
	
a:link { 
	text-decoration: none; 
	color: RGB(20,20,20);
	}
a:visited { 
	text-decoration: none; 
	color: RGB(40,40,40);
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: RGB(71,106,125);
	}
	
p { 
	font: 8pt Arial;
	color: #666666;
	margin:0;
	line-height:15px;
	}
	
ul {
	list-style:square;
	position:relative;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 0px;
	}
	
ul.sitemap {
	list-style:square;
	position:relative;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height:20px;
	}
	
ul.sitemap_sub {
	list-style:circle;
	position:relative;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:20px;
	}
	
dl {
	margin:0px 0px 0px 20px;
	}
dt {
	font: 8pt verdana;
	color: RGB(71,106,125);
	font-weight: bold;
	margin:0px 0px 0px 0px;
	}
dd {
	font: 8pt Arial;
	color: #666666;
	margin:0px 0px 0px 11px;
	line-height:15px;
	}
	
/* Estrutura Geral*/
#flash {
	position: absolute;
	left: 54%;
	margin-left: -355px;
	top: 10px;
	width: 710px;
	height: 358px;
	z-index: 1;
	}
	
#menu {
	position:absolute;
	top: 67px;
	left: 54%;
	margin-left: -350px;
	z-index:2;
	}
	
#faixa_cinza { 
	position:absolute;
	background-color: RGB(246,246,246);
	margin: 0px;
	width: 100%;
	top: 0px;
	height: 64px;
	z-index: 0;
	}
	
#faixa_azul { 
	position:absolute;
	background-color: RGB(71,106,125);
	margin: 0px;
	width: 100%;
	top: 118px;
	height: 229px;
	z-index: 0;
	}
	
#telefone { 
	position:relative;
	float:right;
	width: 86px;
	height: 15px;
	z-index: 1;
	}
	
p.telefone {
	font-family:Verdana;
	font-size:9px;
	color:RGB(140,140,140);
	margin-top:0px;
	text-align:right;
	}
	
#texto_home { 
	position:absolute;
	left: 54%;
	margin-left: -340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 600px;
	top: 365px;
	height: 194px;
	z-index: 1;
	}

#rodape {
	position:relative;
	background: RGB(232,232,232);
	margin-left: -10px;
	width:620px;
	height:16px;
	top: 20px;
	margin-bottom: 30px;
	}
	
p.rodape {
	font-family:Verdana;
	font-size:8px;
	color:RGB(100,100,100);
	margin-top:0px;
	}
	
#traco_contato {
	position:relative;
	background-color: RGB(205,205,205);
	width:2px;
	height:60px;
	left: 250px;
	top: 15px;
	z-index: 2;
	}
	
p.contato {
	position:relative;
	font: 8pt Arial;
	color: #666666;
	line-height:15px;
	margin-left: 266px;
	margin-top: -46px;
	z-index: 2;
	}

form {
	position:relative;
	left: 0px;
	margin-bottom:-70px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	top: -72px;
	}
	

