	
html, body {
   margin:0px;
   margin-top: 15px;
   padding:0px;
   height:100%;
   font-size: 10pt;
}

#body {
   padding:25px;
   padding-bottom:5px;   /* Height of the footer */
}

.orange {
font-family: 'trebuchet ms', arial, verdana;
font-size: 9pt;
color: orange;
font-weight: bold;
}

.titulo {
font-family: 'trebuchet ms', arial, verdana;
font-size: 14pt;
color: orange;
font-weight: bold;
}

.texto {
font-family: 'trebuchet ms', arial, verdana;
font-size: 9pt;
color: black;
}


a, h2 a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
    font-size: 9pt;
	}

.a:link
{
font-family: trebuchet ms, arial;
color: green;
text-decoration: none;
font-weight: bold;
font-size: 9pt;
}

.a:visited {
font-family: trebuchet ms, arial;
color: green;
text-decoration: none;
font-weight: bold;
font-size: 9pt;
	}

.a:hover, a:active
{
color: orange;
font-family: trebuchet ms, arial
text-decoration: none;
font-weight: bold;
font-size: 9pt;
}


