/*--- Redefinicio standart tags ----------------------------------------*/

body		{	
			margin: 0;
			padding: 0;	
			border: 0;
				}

body, P, td		{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	background-color: white; */
	color: #000099;
			}

	
H1 {
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-align: left;
	font-style: italic;
}

H2 {
	text-align: left;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 25px;
}

H3 {
	text-align: left;
	font-size: small;
	font-weight: bold;
}

PRE {
	font-size: x-small;
	font-style: italic;
}
