body	{
		background-color: #002E2E;
		font-size: 10pt;
		font-weight: 300;
		font-decoration: none;
		color: black;
		font-family: arial, verdana, sans-serif;
		}

table	{
		font-size: 9pt;
		font-family: arial;
		}
		
td		{
		font-size: 9pt;
		font-family: arial, verdana, sans-serif;
		}
		
td.title	{
		font-size: 20pt;
		font-weight: bold;
		}
		
p		{
		font-size: 9pt;
		font-family: arial, verdana, sans-serif;
		font-weight: medium;
		}
		
p.fat	{
		font-size: 10pt;
		font-weight: bold;
		}
		

p.text	{
		text-align: justify;
		}
		
p.autor	{
		text-align: right;
		font-weight: bold;
		font-size: 8pt;
		}
		
a		{
		text-decoration: none;
		color: black;
		font-size: 10pt;
		font-weight: medium;
		}

a:hover	{
		font-weight: bold;
		}
		
a:visited	{
			color: black;
			font-decoration: none;
			}