.menu {
	font-family : Tahoma;
	font-size : 16;
	color : White;
	text-decoration : none;
}
.menu:hover {
	color : #e1e1e1;
	text-decoration : underline;
}
.menu1 {
	font-family : Tahoma;
	font-size : 14;
	color : White;
	text-decoration : none;
}
.menu1:hover {
	color : #e1e1e1;
	text-decoration : underline;
}
.menu2 {
	font-family : Tahoma;
	font-size : 12;
	color : White;
	text-decoration : none;
}
.menu2:hover {
	color : #e1e1e1;
	text-decoration : underline;
}
.txt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : White;
}
.txt:link {
	color : Silver;
}
.form {
	font-family : Tahoma;
	font-size : 13;
	color : White;
	text-align : right;
}
.clientes {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	color : Silver;
}
.rodape {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : gray;
}
