body {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
.menu {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.menu a {
	color: #058504;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.text {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
.text a {
	color: #058504;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}










a.opacity img {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a.opacity:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
