@charset "utf-8";
/* CSS Document */

body {
	background-position: top;
	rem_background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkg_global.jpg);

}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: 650;
	font-family: Arial, Helvetica, sans-serif;

}

a:active {
	text-decoration: none;
}	   

.title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #22316c;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	
	}
	
.title_h1_bianco_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	
	}
	
.title_h1_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #990000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	
	}
	
	
.txt_page {
	font-family: Tahoma;
	font-size:11px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	
	}
	
	
.txt_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f9f9f9;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	
	}
	
.txt_grey_66 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	
	}	

.txt_footer {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #f2f2f2;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	
	}
.bkg_footer {
    background:url(../images/bkg_footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
	}
	
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2ex;
	font-style:normal;
	font-weight:700;
	color: #FFFFFF;
	}

