﻿body 
{	
}


.txtTitulo
{		
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;	
	text-align: center;
	padding: 15px;	
}

.txtSubTitulo
{		
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;	
	text-align: center;	
	padding: 10px;
}

.txtTexto
{
	font-family: Arial;
	font-size: 9pt;	
}

.txtErro
{
	font-family: Arial;
	font-size: 9pt;
	color: Red;
}

.txtLegenda
{		
	font-family: Arial;
	font-size: 9pt;	
	height: 25px;
}

.txtFooter
{
	font-family: Arial;
	font-size: 7pt;	
	text-align: center;
}

.txtHeader
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;	
	text-align: center;
	color: White;
	background-color: #6B696B;
	/*border: solid 1px #DEDFDE;*/
}
