@charset "utf-8";

.text {
	font-family: Arial;
	font-size: 11px;
	color: #282828;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.text:hover {
	font-family: Arial;
	font-size: 11px;
	color: #B54232;
	font-weight: normal;
	line-height: 20px;
    text-decoration: none;
}
.text2 {
	font-family: Arial;
	font-size: 12px;
	color: #282828;
	font-weight: bolder;
	line-height: 20px;
	text-decoration: none;
}
a.text2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #A53338;
	font-weight: bolder;
	line-height: 20px;
	text-decoration: none;
}
.text2b {
	font-family: Arial;
	font-size: 12px;
	color: #282828;
	font-weight: bolder;
	line-height: 20px;
	text-decoration: none;
}
.text2red {
	font-family: Arial;
	font-size: 12px;
	color: #B54232;
	font-weight: bolder;
	line-height: 20px;
}
.text2redbig {
	font-family: Arial;
	font-size: 16px;
	color: #B54232;
	font-weight: bolder;
	line-height: 20px;
}
.text3 {
	font-family: Arial;
	font-size: 11px;
	color: #B54232;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.text3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #282828;
	font-weight: normal;
	line-height: 20px;
    text-decoration: none;
}
.text4 {
	font-family: Arial;
	font-size: 11px;
	color: #282828;
	font-weight: normal;
	line-height: 20px;
}
.text4bold {
	font-family: Arial;
	font-size: 11px;
	color: #72706C;
	font-weight: bolder;
	line-height: 20px;
}
.text4boldred {
	font-family: Arial;
	font-size: 11px;
	color: #B54232;
	font-weight: bolder;
	line-height: 20px;
}
.piva {
	font-family: Arial;
	font-size: 10px;
	color: #990000;
	font-weight: normal;
    text-decoration: none;
}
.hosting {
	font-family: Arial;
	font-size: 10px;
	color: #990000;
	font-weight: normal;
    text-decoration: none;
}
a.hosting:hover {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
    text-decoration: none;
}



body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #911321;
	text-align:center;}


/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

	.tTip {width:300px; position: absolute; cursor: pointer; color: #666; font-weight: bold; 
	
	
	}
	
	.bTip {width: 200px; position: absolute; cursor: pointer; color: #666; font-weight: bold;}
	
	

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
