#languageMenu {
margin: 4px 4px 4px 4px;
float: right;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	/* color: #333333; */
	color: #505050;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: none;
}

/* elemento .titolo da Daniel A. */
#titolo_pagina {
	font-size: 20px;
	/* color: #818181;
	background-color: #CCCCCC; */
	color: #606060;
	background-color: #E0E0E0;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.subtit {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #FD8609;
}

.linea_botton {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu1 {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	width: 100px;
	text-align: center;
	/* padding-top: 2px; */
	text-decoration: none;
	color: #FFFFFF;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}

.menu1 a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menu1 a:hover {
	color:#003399;
	text-decoration: underline;
}

.menu2 {
	font-size: 11px;
	font-weight: normal;
	height: 24px;
	width: 85px;
	text-align: center;
	text-decoration: none;
}

.menu2 a {
	color:#003333;
	text-decoration: none;
}

.menu2 a:hover {
	/* color:#003399; */
	color:#006699;
	text-decoration: underline;
}

.menu2 a:link {
	color: #666666;
}

.menu2 a:visited {
	color: #666666;
}

.ref {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.ref a {
	color:#003333;
}

.ref a:hover {
	color:#003399;
	text-decoration: underline;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.align-center {
	text-align: center;
}

.contenuto {
	padding-left: 8px;
	padding-right: 8px;
}

.contenuto a:link{
	color: #990000;
}

.contenuto a:hover{
	text-decoration: underline;
	color: #990000;
}

.contenuto a:visited{
	color: #990000;
}

.pie {
	color: #999999;
	font-size: 9px;
}

.testo_articolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	text-align: justify;
}

.Stile1 {color: #FFFFFF} /* importato da base.html */

.bordosx {
width: 25px;
background-image: url('images/sx.jpg');
background-repeat: no-repeat;
/* background-position: 45px 0px;
background-attachment: fixed; */
}

.bordodx {
width: 25px;
background-image: url('images/dx.jpg');
background-repeat: no-repeat;
/* background-position: 45px 0px;
background-attachment: fixed; */
}

