@CHARSET "ISO-8859-1";

body {
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*ID*/
#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 {
	background-color: #CCCCCC;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.Titolo0 {font-family: Calibri;
	font-size: 18px;
	color: rgb(153, 0, 0);
}

.Titolo1 {font-family: Calibri;
	font-size: 16px;
	color: rgb(153, 0, 0);
}
.Titolo2 {font-family: Calibri;
	font-size: 14px;
	color: rgb(65,65,65);
}
.Titolo3 {font-family: Calibri;
	font-weight: bold;
	font-size: 12px;
	color: rgb(0, 0, 0);
}
.Titolo4 {font-family: Calibri;
	font-size: 14px;
	color: rgb(255,255,255);
}
.Testo {font-family: Calibri;
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height:120%;
}