/* Sitewide Body Styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333;
	/* Default setting*/
	text-align: center; 
	background-image: url(../images/bg_total.gif);
	background-position: top;
}



/* Default Links */
a {
	color: #333;
	
}
a:hover {
	color: #000;
	
}

/* Default H1 Tag */
h1 {
	font-size: 100%;
	color: #333;
	text-align: left
}

/* Default H2 Tag */
h2 {
	font-size: 90%;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left
}

/* H3 Tag */
h3 {
	font-size: 80%;
	color: #333;
	font-weight: bold;
	text-align: left
}
p {text-align: left}
img {
	border: 0px;
	margin:0;
	padding: 0;
	}
object {
	border: 0px;
	}
hr {display:none}

strong {color:#666;} 

/*a:link, a:visited {
	color: #D96B11;
	background-color: transparent;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	background-color: #FFFFCC;
	text-decoration: underline;
}*/

/* per apertura in nuova finestra*/
a.new {
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
a.new2 {
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}

