.Link
{
	font-family: Arial;
	font-size: 10pt;
	color: white;	
}

.Link_debaixo_branco
{
	font-family: Arial;
	font-size: 8pt;
	color: white;	
}

.Link_debaixo
{
	font-family: Arial;
	font-size: 8pt;
	color: black;
	text-align:center;	
}

.Link_preto
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}


.fontItalic {
	font-style: italic;
}
.fontBold {
	font-weight: bold;
}

body
{
	font-size:10pt;
	font-family: arial, verdana;	
	background-color:#ffffff;
	line-height:1.6;
}

blockquote
{
	font-size:10pt;
	font-family: Arial, verdana;	
}

a 
{ 	
	text-decoration: none; 
	font-size:10pt;
}

a:hover { 
	font-size:10pt;
	text-decoration: underline; 
	color:blue; 
}


.Link_debaixo a
{ 	
	text-decoration: none; 
	font-size:8pt;
}

.Link_debaixo a:hover { 
	font-size:8pt;
	text-decoration: underline; 
	color:blue; 
}

/* tabelas tamanho normal */
td {
	font-family: Arial, ms sans serif;
	font-size:11px;
}
th {
	font-size:11px;
	font-color:#ffffff;
	color:#ffffff;
	background-color:#336699;
}

/* tabelas homepage */
.homepage td
{
	font-family: Arial, ms sans serfi;
	font-size:8pt;
}

/* formularios - letras mais pequenas */
.formulario 
{
	font-family: Arial, verdana;
	font-size:8pt;
}
.formulario td
{
	font-family: Arial, verdana;
	font-size:8pt;
}


.textoMinimo
{
	font-family: Arial, ms sans serfi;
	font-size:8pt;
}
.textoNormal
{
	font-family: Arial, ms sans serfi;
	font-size:10pt;
	line-height:1.4;
}
.textoDestaque
{
	font-family: Arial, ms sans serfi;
	font-size:12pt;
	font-weight: bold;
}


h1 {
	font-size:140%;
}
h2 {
	font-size:125%;
}

h3 {
	font-size:110%;
}
