@charset "utf-8";
/* CSS Document */

.bgColor {
	background-color: #1d2382;	
}

.bg2 {
	background-color: #1d2382;
	background-image: url(images/bg_2.png);
	background-repeat: repeat-y;
	background-position: center;
}

.patt_vline_sx {
	background-image: url(images/patt_vline_sx.png);
	background-repeat: repeat-y;
	width:26px;
}

.patt_vline_dx {
	background-image: url(images/patt_vline_dx.png);
	background-repeat: repeat-y;
	width:26px;	
}

.bgContent {
	background-image: url(images/bg_content.png);
	background-repeat: no-repeat;
	height:760px;	
}

.f_bianco24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;	
}

.f_bianco13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
}