body, tabla, td, th, tr, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.titulo1 {
	font-weight: bold;
	color: #000000;
	font-size: x-small;
}
.menu {
	color: #0066CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	font-size: xx-small;
	width: 100%;
}
.menuLink:link {
	color: #0066CC;
	text-decoration: none;
}
.menuLink:visited {
	color: #0066CC;
	text-decoration: none;
}
.menuLink:hover {
	color: #990000;
	text-decoration: none;
}
.produto {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #004185;
}
