/* GENERALI */
body{
	margin:0px;
}



/* ID */
#corpo{
	background-image:url(img/body.jpg);
	background-position:top;
	background-repeat:repeat-y;
	height:420px;
}
#titoli{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}
#sx{
	width:173px;
	text-align:right;
	vertical-align:top;
}
#dx{
	width:700px;
	vertical-align:top;
	text-align:left;
	padding:10px;
	background-position:top right;
	background-repeat:no-repeat;
}
#dxL{
	width:700px;
	vertical-align:top;
	padding:10px;
	background-position:top right;
	background-repeat:no-repeat;
}
#dxH{
	width:700px;
	vertical-align:top;
	text-align:left;
	/*padding:10px;*/
	background-position:top right;
	background-repeat:no-repeat;
}



/* LINK */
#corpo a:link{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#corpo a:visited{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#corpo a:hover{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
#titoli a:link{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#titoli a:visited{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#titoli a:hover{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#LINKE a:link{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006eed;
	text-decoration:none;
}
#LINKE a:visited{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006eed;
	text-decoration:none;
}
#LINKE a:hover{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006eed;
	text-decoration:underline;
}





/* CLASS TESTO */
.testo{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.testo1{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.testo2{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#006eed;
}
.testo3{
	font-family:"Century Gothic", Verdana, Tahoma;
	font-size:20px;
	font-weight:bold;
	color:#006eed;
}




/* CLASS BORDI E RIFINITURE */
.point{
	cursor:pointer
}
.brn{
	border-left:1px solid #000000;
}
.b2n{
	border-bottom:1px solid #ccccc;
	border-right:1px solid #ccccc;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}
.bn{
	border:1px solid #000000;
}
.bln{
	border-left:1px solid #000000;
}
.pd30{
	padding-right:30px;
}
.ps30{
	padding-left:30px;
}
.bsb{
	border-bottom:1px solid #006eed;
}
.bbb{
	border-bottom:1px solid #000000;
}
.bsrb{
	border-right:1px solid #006eed;
	border-bottom:1px solid #006eed;
}
.bdb{
	border-bottom:1px dotted #006eed;
}
.bdrb{
	border-right:1px dotted #006eed;
	border-bottom:1px dotted #006eed;
}
.bdb1{
	border-bottom:1px solid #006eed;
}
.bdrb1{
	border-right:1px dotted #006eed;
	border-bottom:1px solid #006eed;
}

