@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #03193a;
	background-image: ;
	text-align: center;
	margin: 0px;
	color: #0846A3;
}
a:link {
	color: #0846A3;
	text-decoration: none;
}
a:visited {
	color: #0846A3;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.rosso {
	color: #F00;
}

.UpPage {
	background-image: url(../img/topPage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.DownPage {
	background-image: url(../img/BottomPage.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bordoDown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #305080;
}

.MidPage {
	background-image: url(../img/modPage.png);
	background-repeat: repeat-y;
}



.piepagina {
	font-size: 12px;
}
.piepagina a:link {
	color: #0846A3;
	text-decoration: none;
}
.piepagina a:visited {
	color: #0846A3;
	text-decoration: none;
}
.piepagina a:hover {
	color: #F00;
	text-decoration: none;
}
.sfondoMenu {
	background-color: rgba(255,0,0,1.00);
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 4px;
}
.sfondoMenu2 {
	background-color: #CCC;
	color: #F00;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 4px;
}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}


.sfondoMenu a:link {
	color: #FFF;
	text-decoration: none;
}
.sfondoMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
.sfondoMenu a:hover {
	color: rgba(0,84,150,1.00);
	text-decoration: none;
}


.bordoUp {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1e3250;
}
.topFinestra {
	background-image: url(../img/topFinestra.png);
	background-repeat: no-repeat;
	height: 15px;
}
.midFinestra {
	background-image: url(../img/midFinestra.png);
	background-repeat: repeat-y;
}
.bottomFinestra {
	background-image: url(../img/bottomFinestra.png);
	background-repeat: no-repeat;
	height: 15px;
}
.BIG {
	font-size: 24px;
}
