A   {
	color: #BB4444;
	font-weight: bold;
	text-decoration: none
}

A:hover {
	color: red;
	font-weight: bold
}

A:active {
	color: #999999
}
								/* link email*/
A.Email {
	color: #00BDD6;
	font-weight: bold
}
								/* link menu header L1*/
A.header:link {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	color: gray;
	font-weight: bold;
	text-decoration: none
}

A.header:visited {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	color: gray;
	font-weight: bold;
	text-decoration: none
}

A.header:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	color: red;
	font-weight: bold;
	text-decoration: None
}

A.header:active {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	color: blue;
	font-weight: bold;
	text-decoration: none
}
								/* link menu header L2*/
A.head2:link {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #808080;
	font-weight: bold;
	text-decoration: none
}

A.head2:visited {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #808080;
	font-weight: bold;
	text-decoration: none
}

A.head2:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: red;
	font-weight: bold;
	text-decoration: None
}

A.head2:active {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: blue;
	font-weight: bold;
	text-decoration: none
}
								/* link sommario laterale*/
A.somm:link {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #00BDD6;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

A.somm:visited {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: silver;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

A.somm:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: red;
	font-weight: bold;
	text-decoration: None
}

A.somm:active {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: blue;
	font-weight: bold;
	text-decoration: none
}

Body {
	margin-top: 0px;
	margin-left: 0px;
	background-image:   url(Images/sfondo591.gif)
}

H1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 170%;
	color: #00BDD6;
	font-weight: bold;
	text-decoration: none
}

H2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 110%;
	color: orange;
	font-weight: bold;
	background-color: none;
	text-decoration: none
}
								/* testo std non giustificato */
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%
}

								/* testo std giustificato */
.TextJust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify
}
								/* testo evidenziato */
.TextEvid {
	font-weight: bold;
	color: #00BDD6;
}

.TextSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%
}
								/* testo men L1, area visitata */
.TextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFD700;
	font-weight: bold
}
								/* testo men L2, area visitata */
.TextHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFA500;
	font-weight: bold
}
								/* testo sommario laterale*/
.TextSomm {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #808080;
	font-weight: bold}
								/* bordo logo nell'header */
Img.Border {
	border-color: #FFFFFF;
	border-width: 1;
	border-style: solid}
								/* tab Footer */
Table.Footer {
	width: 90%;
	border: 0px;
	padding: 0px
}
								/* tab principale d'impaginazione */
Table.MMain {
	width: 90%;
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF
}
								/* tab men L1 e L2 */
Table.TMenu {
	width: 90%;
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF
}
								/* bordo cella: superiore */
TD.BorderTop1 {
	border-top: #B8B9D6 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none
}
								/* bordo row: superiore */
TR.BorderTop1 {
	border-top: #B8B9D6 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none
}
								/* cella sommario */
TD.Somm {
	border-top: #000000 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #C0C0C0
}

