/* ==GENERAL== fettings */
HTML, BODY { margin:0px; padding:0px; background:#ffffff; }
BODY { margin:0px; padding:0px; color:#002740; font-weight:normal; font-family:verdana, helvetica, arial, sans-serif; }
/* ==GENERAL== LINK color setting */
A:link    { text-decoration: none; color: #00204E; }
A:visited { text-decoration: none; color: #38487C; }
A:hover   { text-decoration: underline; color: #6699CC; }
/* ==GENERAL== font size settings */
.p08 { font-size: 8px; }
.p09 { font-size: 9px; }
.p10 { font-size: 10px; }
.p11 { font-size: 11px; }
.p12 { font-size: 12px; }
.p13 { font-size: 13px; }
.p14 { font-size: 14px; }
.p15 { font-size: 15px; }
.p16 { font-size: 16px; }
.p17 { font-size: 17px; }
.p18 { font-size: 18px; }
.p19 { font-size: 19px; }
.p20 { font-size: 20px; }
.b09 { font-size: 9px ;  font-weight: bold; }
.b10 { font-size: 10px ;  font-weight: bold; }
.b11 { font-size: 11px ;  font-weight: bold; }
.b12 { font-size: 12px ;  font-weight: bold; }
.b13 { font-size: 13px ;  font-weight: bold; }
.b14 { font-size: 14px ;  font-weight: bold; }
.b15 { font-size: 15px ;  font-weight: bold; }
.b16 { font-size: 16px ;  font-weight: bold; }
.b18 { font-size: 18px ;  font-weight: bold; }
.b20 { font-size: 20px ;  font-weight: bold; }
.b22 { font-size: 22px ;  font-weight: bold; }
.b24 { font-size: 24px ;  font-weight: bold; }
.b28 { font-size: 28px ;  font-weight: bold; }
.b32 { font-size: 32px ;  font-weight: bold; }
.b36 { font-size: 36px ;  font-weight: bold; }
/* == */
/* the box that contain all==the width desired==with auto-center function */
#boxo { margin:0 auto; padding:0px; width:740px; }
/* header */
#hdro { background:#ffffff; margin:0px; padding:0px; }
/* main content == general */
#itodo { margin:0px; padding:0px; width:740px; letter-spacing:0em; }
/* S P A Z I A T O R E  */
P.ssopra { margin:0px; padding:14px 0px; }
P.vuoto { margin:0px; padding:10px 0px; }
P.vuoto2 { margin:0px; padding:20px 0px; }
P.vuoto3 { margin:0px; padding:30px 0px; }
/* navigational bar == under header */
#navbo {
    margin:0px;
	background:#ffffff;
	border-bottom:1px solid #004365;
	color:#003366;
    padding:2px 0px 2px 4px;
	text-align:right;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
    }
/* == */
/* == main content == left COLUMN == */
#itodosx {
    margin:0px;
    padding:0px;
    width:140px;
    float:left;
	height:auto;	
	border-right:1px solid #004365;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:.075em;
    }
/* == main content == right BODY == */
#itododx {
    margin:0px;
    padding:0px;
    width:595px;
    float:right;
	height:auto;
	font-size:12px;
    }
/* P A L E T T E == C O L O R I == B L U E
100 = 004365
 80 = 336984
 60 = 668ea3
 40 = 99b4c1
 20 = ccd9e0
 10 = e5ecef
  7 = edf2f4
  4 = f5f8f9
 */