/*
7f714b scuro
e09247 arancione
ffe296 chiaro
fff1cb chiarissimo
*/
body {
  background-color: #7f714b;
	margin: 0px;
}
span, div {
  font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #222;
}
span.blod {
  font-weight: bold;
}
span.smal {
	font-size: 10px;
}
div.cent {
  text-align: center;
}
div.code {
  font-family: courier new, courier, mono;
  border-bottom: 1px dotted #7f714b;
	border-right: 1px dotted #7f714b;
	border-left: 1px dotted #7f714b;
	border-top: 1px dotted #7f714b;
  background-color: #fff1cb;
  margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
  padding: 1px;
}
a {
  font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #d22;
  font-weight: bold;
  text-decoration: none;
}
td {
  background-color: transparent;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #fefefe;
	padding: 0;
	border: 0;
}
td.banner {
  border-bottom: 0px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-top: 0px solid #222;
	text-align: center;
}
td.centro1 {
  border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	background-color: #ffe296;
	text-align: left;
  color: #222;
  padding: 2px;
  width: 100%;
}
td.centro2 {
  border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-top: 0px solid #222;
	background-color: #ffe296;
	text-align: center;
  color: #222;
  padding: 0px;
  width: 100%;
}
img {
  border: 0;
	margin: 0;
}

/* menu */
#menu ul { 
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#menu li {
  display: inline;
  padding: 0;
  margin: 0;
	height: 20px;
}
#menu li a { 
	/*width: 100%;*/
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #222;
	text-decoration: none;
  text-align: left;
  display: block;
  padding: 2px 0px 0px 10px;
  height: 18px;
	float: center;
	background-color: transparent;
  font-variant: small-caps;
	border: 0;
  font-weight: normal;
}
#menu li div { 
	width: 100%;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #222;
	text-decoration: none;
  text-align: center;
  display: block;
  padding: 2px 0px 0px 0px;
  height: 18px;
	float: center;
  background-image: url('bg_menu.png');
  background-color: #e09247;
  font-variant: small-caps;
  border-bottom: 1px solid #222;
	border-right: 0px solid #222;
	border-left: 0px solid #222;
	border-top: 1px solid #222;
}
#menu li a:hover { 
	background-color: #fff1cb;
}
textarea {
	font-family: courier, sans-serif;
	font-size: 12px;
	color: #333333;
  height: 180px;
  width: 700px;
}
