div.content
	{
		background-color: transparent;
		padding-left: 10px;
		padding-right: 10px;
	}

div.content p.nota
	{
		font-style: italic;
		font-family: Arial;
		font-size: 10.0pt;
		font-weight: normal;
		line-height: 1.5em;
		color: #555555; /*#222277;*/#444477;
		text-align:right;
	}

div.content p
	{
		font-family: Arial;
		font-size: 10.0pt;
		font-weight: normal;
		line-height: 1.5em;
		color: #000000; /*#000070;*/ /*#222277;*/
		text-align:justify;
	}

div.content a
	{
		font-family: Arial;
		font-size: 10.0pt;
		font-weight: normal;
		line-height: 1.5em;
		color: #F5F5F5;
		text-decoration: underline;
	}
div.content a:link, div.content a:visited, div.content a:active
	{
		color: #555555;
		text-decoration: none;
	}

div.content H1
	{
		font-size: 11.0pt; 
		font-family: Arial; 
		color: #232389;
		text-align: left;
		font-weight: bold;
		/*background: #E9CDB5;*/
		padding-top: 0px;
	}

div.content H2
	{
		font-size: 10.0pt; 
		font-family: Arial; 
		color: #232389;
		text-align: left;
		font-weight: bold;
		border-bottom:solid #333399 0.5pt;
	}

div.content H3
	{
		font-size: 10.0pt; 
		font-family: Arial; 
		color: #232389;
		text-align: left;
		font-weight: bold;
	}
	
div.content ol
	{
		list-style-type: decimal;
		font-family: Arial;
		font-size: 10.0pt;
		font-weight: normal;
		line-height: 1.5em;
		color: #000000; /*#000070; *//*#222277;*/
	}

div.content ul
	{
		font-family: Arial;
		font-size: 10.0pt;
		font-weight: normal;
		line-height: 1.5em;
		color: #000000; /*#000070; *//*#222277;*/
	}

div.content table
	{
		float: none;
		background: #444477;
		padding: 0pt;
		margin: 0pt;
		border-width: 0pt;
	}

div.content tr
	{
		padding: 0pt;
		border-width: 0pt;
	}

div.content th
	{
		color: #ffffff;
		background: #444477;
		text-align: left;
		font-weight: normal;
		font-family: Arial;
		font-size: 10.0pt;
		padding: 2pt 10pt 2pt 10pt;
		margin: 0pt;
		border-width: 0pt;
	}

div.content td
	{
		color: #000000; /*#000070; *//*#222277;*/
		background: #ffffff;
		text-align: left;
		font-weight: normal;
		font-family: Arial;
		font-size: 10.0pt;
		padding: 2pt 10pt 2pt 10pt;
		border-width: 0pt;
	}
