.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	A.link:link {color: white; text-decoration : none;}
    	A.link:visited {color: white;text-decoration : none;} 
    	A.link:active {color: white; text-decoration : none;}
	A.link:hover {color: #FF9900; text-decoration : none;}

.forms {
	font-family: Tahoma;
	font-size: 10px;
	color: #003366;
	border: 1px solid #000099;
}
.botao {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}

