@charset "utf-8";
/* CSS Document */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF; 
}

a {
	color: #186ef0;
	font-size: 15pt;
	font-family: "Times New Roman", Times, Serif;
}

a:link 
{
	color: #186ef0;
	text-decoration: none;
}
a:visited 
{
	color: #1df018;
	text-decoration: none;
}
a:hover 
{
	color: #de18f0;
	text-decoration: underline;
	font-style: italic;
}
a:active 
{
	color: #2debf7;
	text-decoration: none;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.dados
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.dpessoais
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: /*#FF9966;#E4D2C4*/
}

.menus
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
	padding: 3px;	
}

.menus a {		
		color:#dc3545;/*#B93B22;*/
		/*text-decoration: underline;*/
}
#taxa
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #E4D2C4;
}
#titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;/*#000000;*/
	background-color: #f41321/*#FF9966;#E4D2C4*/
}