/* CSS Document */
div.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	border: 1px groove #FF6600;
	width: 16%;
	margin: 2px;
	float: Left;
	background-color: #000099;
	text-align: center;
	height: 60%;
}
a.unnamed1
{
	text-decoration: None;
    color: #FFCC00;
	width: 100%;
}


a.unnamed1:hover{
    color: #FFFFFF;
    text-decoration: None;
	background-color: #006633;
}

div.unnamed2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px groove #FF6600;
	width:20%;
	margin: 2.5px;
	float: left;
	background-color: #006633;
	text-align: center;
}
a.unnamed2
{
	text-decoration: none;
	color: #FF6600;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a.unnamed2:hover{
    color: #FFFFFF;
    text-decoration: None;
	background-color: #000099;
}

div.unnamed3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	border: 1px groove #FF6600;
	width: 50%;
	margin: 2px;
	background-color: #009900;
	text-align: left;
	color: #FFFFFF;
}
a.unnamed3
{
    color: #FFFFFF;
	width: 100%;
}


a.unnamed3:hover{
    color: #FF0000;
    text-decoration: None;
	background-color: #330099;
}

.TITOLO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000099;
}
.TITOLO1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF0000;
}
.sfondo {
	background-repeat: no-repeat;
	border: thin dotted #009966;
	width: 65%;
}
.Stile4 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}
.bordo_sx{
	border-top-style: none;
	border-right-style:none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-right:4%;
	padding-left: 1%;
}
.bordo_dx{
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-right: 0%;
	padding-left: 5%;
}

