body
{
 
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-color: #FFF;
 color:#000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 margin: 0px;
 padding: 0px;
 line-height: 22px;
 text-align: center;
}

a:focus {
  outline: none;
}

#tudo
{
 display: inline-block;
 width: 920px;
 text-align: center;
 padding: 0;
 margin: 10px 0 10px 0;
 border: 1px solid #000;
}

#texto
{
 display: inline-block;
 background-color: #FFF;
 width: 867px;
 padding: 20px;
 margin: 5px;
 text-align: justify;
 border: 1px dashed #000;
}

.titulo
{
 font-family:"Arial Narrow",Helvetica,sans-serif;
 display: block;
 color: #FFF;
 font-size: 14pt;
 font-weight: bold;
 /*border: 1px solid #009;*/
 text-align: center;
 padding: 4px 0 4px 0;
 margin: 0;
 background-color:#555555; /*#030133;*/
}

.subtitulo
{
 font-size: 11pt;
 font-weight: bold;
}
.legenda
{
 font-family:"Arial Narrow",Helvetica,sans-serif;
 color:#F
 font-size:8pt;
 text-align:left;
 padding: 4px 0 4px 0;
 margin: 0;
  }
  
.observacao{
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
}
  
.recuo1
{
 margin-left: 150px;
 font-size: 10px;
}

.recuo2
{
 margin-left: 50px;
 }

.link1
{
 display: inline-block;
 color: #9595FF;
 font-size: 11pt;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.link1:hover,link1:active
{
 color: #009;
 text-decoration: underline;
}

.link1:visited
{
 color: #F00;
 text-decoration: underline;
}

/*.link1:visited
{
 color: #009;
 font-size: 11pt;
}
*/

#navegacao {
	width: 100%;
	height: 41px;
	margin: 8px 0 0 0;
	text-align: right;
}


#tudo #divficha {
	display: none;
}

#divficha
{
 color: #FFF;
 font-family:"Arial Narrow",Helvetica,sans-serif;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 background-color: #FFF;
 width: 100%;
 overflow: auto;
 padding: 0px;
 line-height: 17px;
}

#divfichatitulo
{
 font-family:"Arial Narrow",Helvetica,sans-serif;
 display: block;
 color: #FFF;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 padding: 4px 0 4px 0;
 margin: 0;
 background-color:#555555;
}

/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #666666;
	background:#666666 url(./img/bg2.gif) repeat-x;
	color:#FFF;
	}	

/* // Easy Tooltip */
