/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 12px;
	color: #666666;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 12px;
	color: #CC3300;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: justify;
}
a.link {
	font-size: 12px;
	color: #CC0000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.link:hover {

	text-decoration: underline;
}
.campo_arancio{
	font-size: 12px;
	font-family: "Century Gothic", Courier, mono;
	color: #FF7E00;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #FF7E00;
	height: 13px;
}
.campo_blu {
	font-size: 12px;
	font-family: "Century Gothic", Courier, mono;
	color: #0040A0;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #0040A0;
	height: 13px;
}

.campo_rosso {
	font-size: 12px;
	font-family: "Century Gothic", Courier, mono;
	color: #AB0606;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #AB0606;
	height: 16px;
}
.campo_rosso2 {
	font-size: 11px;
	font-family: "Century Gothic", Courier, mono;
	color: #AB0606;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #AB0606;
	height: 35px;
	list-style-position: inside;
	list-style-type: square;
}
.campo_rosso3 {
	font-size: 11px;
	font-family: "Century Gothic", Courier, mono;
	color: #AB0606;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #AB0606;
	
	list-style-position: inside;
	list-style-type: square;
}

.campo_blu3 {
	font-size: 11px;
	font-family: "Century Gothic", Courier, mono;
	color: #0040A0;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px dashed #0040A0;
	
	list-style-position: inside;
	list-style-type: square;
}

