body,td {
	font-family: Verdana, Tahoma;
	font-size: 10pt;

}

a.menu {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color:000000;
        padding: 2px 2px 2px 2px;
}
a.menu:hover {
	color: 0000b0;
	text-decoration: none;
}

a.menu:active {
	color: 0000ff;
	text-decoration: none;
	}

a.topo {
	font-weight: bold;
	text-decoration: none;
	color:f0f0f0;
}
a.topo:hover {
	color: yellow;
	text-decoration: none;
}

a.topo:active {
	color: cyan;
	text-decoration: none;
	}
	
a {
	text-decoration: none;
	color:blue;
	font-weight: bold;
}
a:hover {
	color: navy;
	text-decoration: none;
}
a:active {
	color: 000060;
	text-decoration: none;
}

.forms {
font-family : monospace;
color: Black;
font-weight : bold;
border-width : 2px;
border-style: solid;
border-color : black;
background-color : #C6C6FF;
}

.botoes {
color: eeffff;
border-width : 2px;
border-color : black;
border-style: outset;;
font-weight : bold;
background-color : navy;
}