/* Curriculum Vitae e Recapiti Styles */

Body {
	background: #99ccff;
	font-style: normal;
}

#ContenitoreCV {
	width:700px;
}

#SfondoCV {  /*ATTENZIONE: QUESTO COMANDO DETERMINA LA CENTRATURA NELLO SCHERMO*/
	position:absolute;
	width:907px;
	height:529px;
	margin: 20px 0px 0px -453px;
	display: block;
	left: 50%;
}

#CV-Sfondo-1 {
  position:absolute;
  left:0px;
  top:0px;
  width:907px;
  height:76px;
}

#CV-Sfondo-2 {
  position:absolute;
  left:0px;
  top:76px;
  width:681px;
  height:53px;
}

#CV-Sfondo-3 {
  position:absolute;
  left:681px;
  top:76px;
  width:149px;
  height:36px;
}

#CV-Sfondo-4 {
  position:absolute;
  left:830px;
  top:76px;
  width:77px;
  height:453px;
}

#CV-Sfondo-5 {
  position:absolute;
  left:681px;
  top:112px;
  width:149px;
  height:17px;
}

#CV-Sfondo-6 {
  position:absolute;
  left:0px;
  top:129px;
  width:77px;
  height:400px;
}

#CV-Sfondo-7 {
	position:absolute;
	left:77px;
	top:129px;
	width:753px;
	height:265px;
}

#CV-Sfondo-8 {
  position:absolute;
  left:77px;
  top:394px;
  width:753px;
  height:22px;
}

#CV-Sfondo-9 {
  position:absolute;
  left:77px;
  top:416px;
  width:604px;
  height:113px;
}

#CV-Sfondo-10 {
  position:absolute;
  left:681px;
  top:416px;
  width:149px;
  height:36px;
}

#CV-Sfondo-11 {
  position:absolute;
  left:681px;
  top:452px;
  width:149px;
  height:77px;
}

.Titolo-1 {
	font-family: "Verdana Regular", Arial, Thaoma;
	color:#000000;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
.Titolo-2 {
	font-family: "Verdana Regular", Arial, Thaoma;
	color:#000000;
	font-size: 18px;
	text-align: center;
}
.TestoCC {
	font-family: "Verdana Regular", Arial, Thaoma;
	font-size: 16px;
	color:#000000;
	text-align: left;
}
.TestoRosso {
	font-family: "Verdana Regular", Arial, Thaoma;
	font-size: 16px;
	color:#FF0000;
	text-align: left;
	font-style: normal;
}

.TestoRossoGrassetto {
	font-family: "Verdana Regular", Arial, Thaoma;
	font-size: 16px;
	color:#FF0000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.Paragrafi {
	font-family: "Verdana Regular", Arial, Thaoma;
	font-size: 16px;
	color:#000000;
}
.Paragrafi-TAR {
	font-family: "Verdana Regular", Arial, Thaoma;
	font-size: 16px;
	color:#000000;
	font-style: oblique;
}

