/*----inizio css master-------*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*----fine css master-------*/

body, tr, td, th, p {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .3px;
	line-height: 160%;
	}
	
h1 {
	padding-top: 30px;
	font-weight: bold;
	}
p  {
	text-align:justify;
	}

#tabellaprincipale {
	margin-top: 5px;
	margin-left: 100px;
	}
#sopratestata {
	background-color: #ff0033;
	height: 5px;
	}
#testata, #sopratestata {
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	}
#testata-repeat {
	background-image:url(images/testata-repeat.jpg);
	background-repeat:repeat-x;
	}
	
#colonnasinistra {
	vertical-align: top;
	}

#colonnadestra {
	vertical-align: top;
	border-right: 1px dashed #4c4c4c;
	margin-left: 10px;
	}
	
#spaziogrigio {
	background-color:#d6d6d6;
	background-image:url(images/bloccogrigiomezzo.jpg);
	background-repeat:repeat-y;
	height: 150px;
	}

#testo {
	padding-left: 15px;
	padding-right: 15px;
	}
	
#piededestra {
	text-align:center;
	font-size:10px;
	}
/*-------------------------*/

A {
	text-decoration : none;
	color : #A1A1A1;
}
.testo_link {
	text-decoration : none;
	color : #A1A1A1;
	
}
.testo_link  A:LINK {
	text-decoration : none;
	color : #A1A1A1;
	
}
.testo_link A:VISITED {
	text-decoration : none;
	color : #A1A1A1;
}
.testo_link A:ACTIVE {
	text-decoration : none;
	color : #BB1111;
}
.testo_link  A:HOVER {
	text-decoration : none;
	color : #BB1111;
}
