.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;


}
.texto {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-transform: none;

}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-width: 1px;
	border-left-color: #FF0000;
	padding-left: 2px;
	padding-bottom: 1px;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-width: 1px;
	border-left-color: #FF0000;
	padding-left: 2px;
	padding-bottom: 1px;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009933;
	border-left-width: 1px;
	border-left-color: #006633;
	padding-left: 2px;
	padding-bottom: 1px;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-width: 1px;
	border-left-color: #FF0000;
	padding-left: 2px;
	padding-bottom: 1px;
}

