body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEE3FF;
	background-color: #042FB6;
	background-image: url(../images/fondo_oroblu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFCC00;
}
.linkNero{
	color: #333333;
	text-decoration:none;
}
.linkNero:hover{
	text-decoration:underline;
}
.fondoPage {
	background-image: url(../images/fondo_page2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006FF9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.rientroPage {
	padding-top: 10px;
	padding-left: 92px;
	padding-right: 10px;
}
.titleBig {
	font-size: 18px;
}
.fondoBtn {
	background-image: url(../images/btn_fondo.gif);
	background-repeat: repeat-x;
}
.tratteggio {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4B6DD;
}
.linkDocumento {
font-size:14px;
font-weight:bold;
	color: #FFD500;
	text-decoration: none;
}
.linkDocumento:hover {
	color: #BEE3FF;
	text-decoration: none;
}


.fondoLogin {
	background-image: url(../images/fondo_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}
.txtNero {
	color: #333333;
}

INPUT.text {
	border: 1px #999999 inset;
	background-color:#FFCC00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
INPUT.formLogin {
	border: 1px #999999 inset;
	background-color:#BEE3FF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
INPUT.button
{
	border: 1px solid #ffffff;
	background-color:#0500c2;
	padding: 1px 1px;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtRosso {
	color: #FFFF00;
}
.boxPratica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	background-color: #0099FF;
	border: 2px solid #042FB6;
	text-align: center;
	padding: 20px;
}

