@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
}

#top{
	background: #FFFFFF;
}
#center{
	background: #FFFFFF;
}
#footer{
	background:#FFFFFF;
}
#global{
	border: 0; 
}
#left{
	/*border: "1";*/
	width: 240px;
	valign: top;
	
}
#middle{
	/*border: "1";*/
	width: 250px;
	valign: top;
}
#right{
	/*border: "1";*/
	width: 240px;
	valign: top;
}
/*Classi*/
.Riga {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #7493A3;
	text-decoration: underline;
}
a:hover {
	color: #D5071D;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.Titolo0 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	line-height:18px;
	color: #7493A3;
}

.Titolo1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	line-height:15px;
	color: #D5071D;
}
.Titolo2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
}
.Titolo3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
}
.Testo {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height:13px;
	margin-left: 2px;
	margin-right: 2px;
}
.Testo1 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	line-height:12px;
	margin-left: 2px;
	margin-right: 2px;
}
.TestoMedio {
	font-family: Verdana;
	font-size: 10px;
	color: #330000;
	line-height:12px;
	margin-left: 2px;
	margin-right: 2px;
}
.TestoBianco {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #FFFFFF;
	line-height:normal;
}
.TestoPiccolo {
	font-family: Verdana;
	font-size: 8px;
	color: rgb(0, 0, 0);
	line-height: 90%;
}
hr {
  border: 0;
  width: 100%;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 2px;
}

