@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.menu_arancio {
	font-family: Verdana;
	font-size: 10px;
	color: #ea9106;
	text-decoration: none;
}

.menu_bianco {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.bg {
	background-color: #FFFFFF;
	background-image: url(images/bg_campo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.testo_bianco {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.testo_nero {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
	text-decoration: none;
}

.testo_rosso {
	font-family: Verdana;
	font-size: 11px;
	color: #B80700;
	text-align: justify;
	text-decoration: none;
}

.titolo_bianco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
}

.facebook {
	font-family: Verdana;
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
}