/* CSS Document */

body {
margin: 0px 5px 0px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.mimiature {
padding-right: 10px;
padding-left: 10px;
}

.tablemimiature {
padding-bottom: 3px;
padding-top: 3px;
padding-right: 10px;
padding-left: 10px;
}

.spaziotxt {
padding: 5px 10px 5px 10px;
}

.fontred {
color: #FF0000;
font-weight: bold;
}

.bckimg {
background-image: url(images/bck_img.jpg);
background-repeat: repeat-x;
background-position: top left;
}
a.copy {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover.copy {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

.sprecapiti {
padding-left: 10px;
}

.email a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}
.email a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}
.email a:hover, .email a:active { 
	text-decoration: underline; 
	color: #0099FF;
	}