/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
	margin:0;
	padding:0;
	background-color:#CCCCCC;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
#hd, .yui-layout-unit-top {
   /* background-color: #ffffff;*/
    color: white;
}
#bd, .yui-layout-unit-center {
    background-color: #ffffff;
}
#ft, .yui-layout-unit-bottom {
    background-color: #ffffff;
    /*color: #fff;*/
}
#nav, .yui-layout-unit-left {
    background-color: #808080;
}
#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:49.23em;/* non-IE */
	*width:48.00em;/* IE */
	min-width:640px;/* optional but recommended */
}

.Trebuchet_Normal_12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.Trebuchet_Normal_12_rosso {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
}
.Trebuchet_Normal_12_rossoB {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	font-weight: bold;
}

.Trebuchet_Normal_12_Blu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #00BBD7;
}

.Trebuchet_Normal_12_B {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}


.Trebuchet_Normal_10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
.Trebuchet_Normal_10_Rosso {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #cc0000;
}



.Trebuchet_Normal_10Black {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

