BODY { 
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#c7c7c7;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color:#666666;
	margin: 0;
	padding:0;
	text-align: center;
	background-image:url(background.gif);
	background-repeat:no-repeat;
	background-position:top;
}

body.interna{
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#c7c7c7;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color:#666666;
	margin: 0;
	padding:0;
	text-align: center;
	background-image:url(background2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

body.df{
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#c7c7c7;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color:#666666;
	margin: 0;
	padding:0;
	text-align: center;
	background-image:url(background_df.gif);
	background-repeat:no-repeat;
	background-position:top;
}

body.pdf{
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#c7c7c7;
	background: none;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color:#666666;
	margin: 0;
	padding:0;
}

/*DIVS -----------------------------------------------------------------------------*/


#div_tudo {
	position: relative;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0;
}

#div_pdf {
	position:relative;
	width:708px;
	height:500px;
	background-color:#00467F;
	z-index:101;
}

#div_menu{
	position:absolute;
	width:615px;
	height:492px;
	left: 1px;
	top:0;
	clip: rect(0 250px 20000px 0);
	z-index: 1000;
}

#div_fotohome{
	position:absolute;
	width:720px;
	height:90px;
	left: 265px;
	top: 92px;
}

#div_fotos{
	position:relative;
	width:730px;
	height:310px;
	text-align:left;
	float:right;
	padding: 18px 37px 0 0;
}

#div_titulo{
	position:relative;
	width:720px;
	height:73px;
	float:right;
	padding:92px 38px 0 0;

}

#div_engloba{
	position:relative;
	width:720px;
	float:right;
}

#div_highlights{
	position:absolute;
	width:720px;
	height:290px;
	left: 265px;
	top: 182px;
}

#div_conteudo{
	position:relative;
	width:720px;
	text-align:left;
	float:right;
	margin:15px 30px 0 0;
	z-index: 10;
}


#div_msg{
	position:absolute;
	width:720px;
	height:100px;
	left: 265px;
	top: 516px;
}

#div_logo{
	position:absolute;
	left: 242px;
	top: 27px;
	z-index:5;
	width: 178px;
}


/*DIVS -----------------------------------------------------------------------------*/


A { 
	color:#0084C9;
	text-decoration:none;
}

A:Hover { 	
	text-decoration:none;
	color:#2f80a8;
}

 TD {
	text-align: left;
 }
 
 
UL {
	margin: 0 0 -10px 0;
	padding-left: 0px;
}

LI { 
	list-style: none;
	background: url(../comum/bolinha.gif) left top no-repeat;
	padding: 0 0 10px 12px;
}


.bottom_azul_1px {
	border-bottom:solid 1px #00467f;
}

.bottom_azul_2px {
	border-bottom:solid 2px #00467f;
}

.legenda { font-size: 10px;
}

.subtitulo_cinza {	font-family:Arial, Helvetica, sans-serif;color: #6d6e71;	font-size: 13px;		
}

.titulo_azul {	font-family:Arial, Helvetica, sans-serif;color: #00467f;	font-size: 13px;	
}

.titulo_azul_marinho {	font-family:Arial, Helvetica, sans-serif;color: #25408f;	font-size: 12px;	font-weight: bold;		
}

TABLE {
	text-align:LEFT;
	}

TD BLOCKQUOTE {
	display: block;
	margin: 0 0 0 10px;
	text-align:LEFT;
}

TD BLOCKQUOTE P {
	display: inline;
	text-align:LEFT;
}

A.busca {
	color: #2f80a8;
	text-decoration: none;
	display: block;
}
A.busca:hover {
	background-color: #000000;
	color: #FFFFFF;
}

A.ferramenta {
	color: #00374C;
	text-decoration: none;
}
A.ferramenta:hover {
	background-color: #1E95D1;
	color: #FFFFFF;
}
@media print {

	#div_menu, #div_logo, #div_fotos, #div_titulo {
		display: none;
	}
		
	body {
		zoom:85%;
		}
		
	#div_conteudo { 
 		margin: 0px;
	}
	
	#div_tudo{
		width:720px;
	}
	
}

