BODY {
	background-color: #FF9900;
}

.iconabtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.testobtn, .testobtn A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	border: 0px none;
	padding: 0px 0px 0px 0px;
}

.testobtn_hover, .testobtn_hover A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background-color: #FF9900;
	border: 0px none;
	padding: 0px 0px 0px 0px;
}


.titolo, .titolo A:link, .titolo A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height:18px;
}
.titolo A:hover, .titolo A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	line-height: 18px;
}

.titolo_mini, .titolo_mini A:link, .titolo_mini A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}
.titolo_mini A:hover, .titolo_mini A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	line-height:18px;
	text-transform: none;
}
.testo A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
	text-transform: none;
}
.testo A:active, .testo A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	line-height: 18px;
	text-transform: none;
}
.testo A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	line-height: 18px;
	text-transform: none;
}

.testo_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	text-transform: none;
}
.testobianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height:18px;
}

.bg_color1 {		/* sfondo */
	background-color: #FF9900;
}
.bg_color2 {		/* colore in primo piano */
	background-color: #FF6600;
}

/* colore del borde del corpo delle pagine, per le varie sezioni */
.bg_color3_section_1 {
	background-color: #006600;
}
.bg_color3_section_2 {
	background-color: #990000;
}
.bg_color3_section_3 {
	background-color: #6633CC;
}
.bg_color3_section_4 {
	background-color: #990066;
}
.bg_color3_section_5 {
	background-color: #333300;
}
.bg_color3_section_6 {
	background-color: #993300;
}
.bg_color3_section_7 {
	background-color: #333366;
}
.bg_color3_section_8 {
	background-color: #CC0000;
}

.img {
	border: 1px solid black;
}