/* Css de Base3 */
<style>
	b { font-weight: bold; }
	table { height: 50%; border: 1px solid gray;}
	td { text-align: center; padding: 25;}
.basico {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; COLOR: gray;}
.titulo {font-family: verdana; font-size: 12pt; COLOR: black;}
.privado{ color:#transparent; font-size:1px;}

a	{color: gray;}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: gray;}
a:hover{text-decoration: none; color: #A92A31;}
a:active{text-decoration: none; color: #A92A31;}
    </style>