@charset "UTF-8";
body {
	margin: 10px;
	background-color: #666666;
}
.menu {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}
.menu:a {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}
.menu:link {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}
.menu:visited {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: underline;
	font-weight: bold;
}

a {
	color: #9A151B;
	text-decoration: none;
}

a:link {
	color: #9A151B;
	text-decoration: none;
}
a:visited {
	color: #9A151B;
	text-decoration: none;
}
a:hover {
	color: #9A151B;
	text-decoration: none;
}


.titolo {
	font-family: sans-serif, serif;
	font-size: 22px;
	font-weight: bold;
	color: #4D71AB;
	text-decoration: none;
}
.sottotitolo {
	font-family: sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.nuovostile {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-family: Sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}
.sottotitolo2 {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}

.img_header{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.nuovostile_table {
	background-color: #C6C7C9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	
	border: 1px solid ##C6C7C9;
	padding: 10px;
	font-family: Sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.button {
	border: 10px solid #CCCCCC;
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	width: 250px;
}
.sottotitolo2Copia {
	font-family: Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	color: #9A151B;
	text-decoration: none;
	font-weight: bold;
}

