body {
	background-image: url(figures/bckg_faint.gif);
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

A:link {
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

A:visited {
	background-color: inherit;
	color: olive;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: underline;
}

A:active {
	background-color: inherit;
	color: red;
	text-decoration: none;
}

A.left:link {
	background-color: inherit;
	color: white;
	text-decoration: none;
}

A.left:visited {
	background-color: inherit;
	color: #FFF8DC;
	text-decoration: none;
}

A.left:hover {
	background-color: yellow;
	color:blue;
	text-decoration: underline;
}

A.left:active {
	background-color: inherit;
	color: yellow;
	text-decoration: none;
}

img {
	border: none;
}

.red {
	color: Red;
}

p {
line-height: 150%;
}

p.marg1 {
margin: 10px;
line-height: 100%;
}

p.marg2 {
	margin: 10px;
	line-height: 150%;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	color: #FFE5BD;
}

.bigger {
	font-size: larger;
	color: #FEFF0F;
	font-weight: bold;
}

p.cent {
	text-align: center;
}

p.right {
	text-align: right;
}

p.just {
  text-align: justify;
}

p.legend {
	text-align: center;
	font-size: 13px;
	font-style: italic;
	padding-left: 80px;
	padding-right: 80px;
	color: #CD853F;
}

h1 {
font-size:30px;
font-weight:bold;
}

.hbig {
	font-size:34px;
	font-weight:bold;
	text-align: center;
	color: red;
}

h1.center {
font-size:30px;
font-weight:bold;
text-align: center;
}

h2 {
font-size:24px;
font-weight:bold;
}

h2.center {
font-size:24px;
font-weight:bold;
text-align: center;
}

h2.red {
font-size:24px;
font-weight:bold;
text-align: center;
color: Red;
}

h6 { /*stile per i titoli dei menu*/
font-size:2em;
font-weight:bold;margin:2px 0;
padding:.3em 1em;
}

#Header {
	margin: 50px 0px 10px 0px;
	padding: 15px 0px 5px 20px;
	height: 33px;
	border-style: solid;
	border-color: yellow;
	color: white;
	border-width: 1px 0px;
	background-color: #000080;
}

#Content {
	margin: 0px 50px 50px 200px;
	padding: 10px 10px;
	margin-left: 220px;
}

#Menu {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 190px;
	padding: 0px 0px 0px 0px;
	background-color: #000080;
	border: 0px;
	color: white;
	line-height: 17px; /* Again, the ugly brilliant hack. */
	voice-family: "\";}\"";
	voice-family:inherit;
}

#Global {
	margin: 0px 2px 0px 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: Blue;
	border-top-width: thin;
}


table.fom {
	margin: 10px auto;
	width: 99%;
	font-size: 11px;
	text-align: center;
	border: thin;
	border-color: Black Black Black Black;
	border-collapse: separate;
	border-style: outset;
	border-width: 1px;
	padding: 5px;
}

table.fom caption {
	font-weight: bold;
	font-size: larger;
	color: Blue;
}

table.fom thead {
	font-weight: bold;
	text-align: center;
	border-color: Black Black Black Black;
	border-collapse: separate;
	border-style: outset;
	border-width: 1px;
	padding: 5px;
}

table.fom td {
	border-style: inset;
	border-collapse: separate;
	border-width: 1px;
	padding: 2px;
	border-color: Black #BDB76B #BDB76B Black;
}
