body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
}
a {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
td {
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	background-color: white;
}
h1 {
	color: Red;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}
h2 {
	color: Red;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: bold;
	font-size: 14px;
}
.center  {
	text-align: center;
}
.justify  {
	text-align: justify;
}
.left  {
	text-align: left;
}
img {
	border: none;
}
.td1  {
	width: 700px;
	height: 198px;
	background-image: url(images/immaginetesta.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}	
.td2  {
	width: 100px;
	height: 198px;
	background-color: white;
}
.td3  {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 30%;
}
.td4  {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	text-align: left;
}
.td5  {
	width: 1%;
	border-left: 2px solid #C0C0C0;
}
.td6  {
	width: 69%;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.td7  {
	background: transparent;
	vertical-align: top;
}