/* CSS Document */

.fundoconteudos{
	background-image:url(imagens/FundoConteudos.jpg);
	background-repeat:no-repeat;
	}	

.titulo{
	background-color:#F58020;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:10px;
	}


.texto1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	line-height:20px;
	text-align:justify;
	}
	
.texto1 a{
	text-decoration:none;
	color:#CCCCCC;
	}
.texto1 a:hover{
	color:#CC6600;
	}	
	
.texto2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	line-height:14px;
	text-align:justify;
	}
	
.texto2 a{
	text-decoration:none;
	color:#CCCCCC;
	}
	
.texto2 a:hover{
	color:#CC6600;
	}		
	
	
.texto3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F58020;
	line-height:12px;
	text-align:justify;
	font-weight:bold;
	}
.texto3 a{
	text-decoration:none;
	color:#cccccc;
	}
.texto3 a:hover{
	color:#f58020;
	}		
		
	
.scroll{
scrollbar-arrow-color:#ffffff;
scrollbar-3dlight-color:#F58020;
scrollbar-highlight-color:#F58020;
scrollbar-face-color:#F58020;
scrollbar-shadow-color:#F58020;
scrollbar-darkshadow-color:#F58020;
scrollbar-track-color:#cccccc;

}		

/* Formatar Tooltip da pagina particulares */
div#dhtmltooltip{
position: absolute;
width: 400px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;


}