body {
	background-color: #999999;
}

body, p, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.title_menu {
  color: #FF9900;
  font-weight: bold;
  text-align: center;
}

.title {
  color: #FF9900;
  font-weight: bold;
  text-align: left;
}
.title2 {
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #000000;
  padding-bottom: 2px; 
}

p.menu {
  font-weight: bold;
  margin: 7px 0;
  text-align: left;
}
 
p.menu2 {
  margin: 0px 0 7px 7px;
  text-align: left;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
}

.legende {
  font-size:9px;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	text-decoration: none;
	color: #666666;
}

.footer a:active {
	text-decoration: none;
}