@charset "utf-8";
/* CSS Document */

html, body
{
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.barrabaixo
{
	font-size: 8pt;
	color: #FFF;
	font: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}

.titulo1
{
	font-size: 16pt;
	color:#06F;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}

.titulo1pro
{
	font-size: 16pt;
	color:#FFF;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}

.titulo1justificado
{
	font-size: 16pt;
	color:#06F;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: justify;
}

.titulo2
{
	font-size: 12pt;
	color:#33C;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.titulo3
{
	font-size: 10pt;
	color:#000;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align:justify;
}

.titulo3centralizado
{
	font-size: 10pt;
	color:#000;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align:center;
}

.titulo4
{
	font-size: 10pt;
	color:#000;
	font: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

.titulo4vermelho
{
	font-size: 10pt;
	color:#F00;
	font: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}

.titulo4centralizado
{
	font-size: 10pt;
	color:#000;
	font: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.normal
{
	font-size: 10pt;
	color:#333;
	font: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: justify;
}

.normalnegrito
{
	font-size: 10pt;
	color:#333;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: justify;
}

.normalnegritolaranja
{
	font-size: 10pt;
	color: #F90;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: justify;
}


.normalcentralizado
{
	font-size: 10pt;
	color:#333;
	font: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
}

.normalcentralizadonegrito
{
	font-size: 10pt;
	color:#333;
	font: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}

.cascatapag
{
	font-size: 8pt;
	color:#333;
	font: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: justify;
}

a:link 
{
	color: #333;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #333;
}

a:hover 
{
	text-decoration: none;
	color: #69F;
}

a:active 
{
	text-decoration: none;
	color: #333;
}

a 
{
	font-weight: bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightsteelblue;
padding: 5px;
left: -1000px;
border: 1px solid #06F;
visibility: hidden;
color: #333;
font-family:Verdana, Geneva, sans-serif;
font-size:8pt;
font-weight: bold;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: auto;
left: auto; /*position where enlarged image should offset horizontally */
}
