/* Sitewide Body Styles */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#333;
	/* Default setting*/
	text-align: center; 
	background:#fff url(../images/bg_total.gif) top left repeat-x;
	margin-top:10px
}
/* Default Links */
a:link {
	color: #7b002b;	
	text-decoration:underline;		
}
a:visited {
	color: #7b002b;
	text-decoration:underline;	
}
a:hover {
	color: #7b002b;
	text-decoration:none;	
}

/*a:active {
	color: #7b002b;	
	text-decoration:underline;
}*/

/* 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: 90%;
	color: #333;
	font-weight: bold;
	text-align: left
}
p {text-align: left;
	background-color:tranparent;
}
img {
	border: 0px;
	margin:0;
	padding: 0;
	}
object {
	border: 0px;
	}
hr {display:none}

strong {color:#666;} 

/* per apertura in nuova finestra*/
a.new {
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
