BODY,TD,TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #192F61;
}
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A {
	color: #192F61;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

P {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.bgBox {
	background-color: #F7F7F7;
	padding: 5px;
}
.bgPattern {
	background-image:  url("img/bg_pattern.gif");
}
.bgPropHeader {
	background-color: #85B3D4;
}
.bgFooterHome {
	background-image:  url("img/bg_footer_home.gif");
}
.bgHeader {
	background-color: #EFF0F4;
}
.bgFooterMain {
	background-image:  url("img/bg_footer_main.gif");
}
.bgHairline {
	background-color: #C6C6C6;
}


.txLittle {
	font-size: 9px;
}
.padNormal {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.padLittle {
	padding: 20px 5px 15px;
}


.borderLow {
	border: 1px solid #342C1C;
}
.borderHigh {
	border: 1px solid #B1C7D6;
}

#popupA {
	border: solid 1px #b6c7d5;
	padding: 3px;
	width: 352px; /* 8 pixel in meno di show */
	height: 302px; /* 8 pixel in meno di show */
}
.showA {
	display: block;
	position: absolute;
	padding: 3px;
	width: 360px;
	height: 310px;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	background: #fcfcfc;
	border: solid 1px #ffffff;
	z-index: 100;
	/*
	width: 500px;
	height: 300px;
	*/
	
}
.noshow {
  display : none;
}


#popupB {
	border: solid 1px #b6c7d5;
	padding: 3px;
	width: 492px; /* 8 pixel in meno di show */
	height: 302px; /* 8 pixel in meno di show */
}
.showB {
	display: block;
	position: absolute;
	padding: 3px;
	width: 500px;
	height: 310px;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	background: #fcfcfc;
	border: solid 1px #ffffff;
	z-index: 100;
	
}
.noshow {
  display : none;
}

